Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
radkomih committed Jun 11, 2024
1 parent 6fb6146 commit 8ef5522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/block_builder/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ func (m Module) ApplyExtrinsic(dataPtr int32, dataLen int32) int64 {
case primitives.DispatchError:
dispatchOutcome := primitives.DispatchOutcome(sc.NewVaryingData(typedErr))
applyExtrinsicResult, err = primitives.NewApplyExtrinsicResult(dispatchOutcome)
default:
}
if err != nil {
m.logger.Critical(err.Error())
}

Expand Down

0 comments on commit 8ef5522

Please sign in to comment.