Skip to content

Commit

Permalink
Update baseapp/abci.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Mar 4, 2025
1 parent bed4c97 commit 2540947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baseapp/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ func (app *BaseApp) internalFinalizeBlock(ctx context.Context, req *abci.Finaliz
// where they adhere to the sdk.Tx interface.
func (app *BaseApp) FinalizeBlock(req *abci.FinalizeBlockRequest) (res *abci.FinalizeBlockResponse, err error) {
defer func() {
// res could be nil if internal finalize block return error.
if res == nil {
return
}
Expand Down

0 comments on commit 2540947

Please sign in to comment.