We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b271d commit c49b7c2Copy full SHA for c49b7c2
engine/execution/computation/computer/computer.go
@@ -654,6 +654,8 @@ func (e *blockComputer) executeProcessCallback(
654
Bool("critical_error", true).
655
Uint64("height", request.ctx.BlockHeader.Height).
656
Msg("system process transaction output error")
657
+
658
+ return nil, txnIndex, nil
659
}
660
661
callbackTxs, err := blueprints.ExecuteCallbacksTransactions(e.vmCtx.Chain, txn.Output().Events)
0 commit comments