From 85b55192b537d03c0c1f1cc6e6e95b06fcc4f1ac Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Mon, 18 Dec 2023 14:21:09 -0800 Subject: [PATCH] cherry pick: 2a6009162 --- baseapp/baseapp.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/baseapp/baseapp.go b/baseapp/baseapp.go index a3198f8482f3..ef1aa8d7c155 100644 --- a/baseapp/baseapp.go +++ b/baseapp/baseapp.go @@ -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),