Skip to content

Commit

Permalink
cherry pick: 2a60091
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Dec 18, 2023
1 parent 8b4be44 commit 85b5519
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,8 @@ func (app *BaseApp) deliverTx(tx []byte) *abci.ExecTxResult {
return resp
}

app.AddStreamEvents(app.checkState.Context().BlockHeight(), result.Events, false)

resp = &abci.ExecTxResult{
GasWanted: int64(gInfo.GasWanted),
GasUsed: int64(gInfo.GasUsed),
Expand Down

0 comments on commit 85b5519

Please sign in to comment.