We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d7b26 commit f6df07dCopy full SHA for f6df07d
baseapp/abci.go
@@ -925,6 +925,7 @@ func (app *BaseApp) FinalizeBlock(req *abci.RequestFinalizeBlock) (res *abci.Res
925
return res, err
926
}
927
928
+ fmt.Println("OE was aborted")
929
// if it was aborted, we need to reset the state
930
app.finalizeBlockState = nil
931
app.optimisticExec.Reset()
0 commit comments