Skip to content

Commit c49b7c2

Browse files
committed
Early return
1 parent 05b271d commit c49b7c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/execution/computation/computer/computer.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,8 @@ func (e *blockComputer) executeProcessCallback(
654654
Bool("critical_error", true).
655655
Uint64("height", request.ctx.BlockHeader.Height).
656656
Msg("system process transaction output error")
657+
658+
return nil, txnIndex, nil
657659
}
658660

659661
callbackTxs, err := blueprints.ExecuteCallbacksTransactions(e.vmCtx.Chain, txn.Output().Events)

0 commit comments

Comments
 (0)