Skip to content

Commit f6df07d

Browse files
committed
debug
1 parent 39d7b26 commit f6df07d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

baseapp/abci.go

+1
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,7 @@ func (app *BaseApp) FinalizeBlock(req *abci.RequestFinalizeBlock) (res *abci.Res
925925
return res, err
926926
}
927927

928+
fmt.Println("OE was aborted")
928929
// if it was aborted, we need to reset the state
929930
app.finalizeBlockState = nil
930931
app.optimisticExec.Reset()

0 commit comments

Comments
 (0)