Skip to content

Commit

Permalink
fix: fix chainstreamer block message packing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeloni committed Jul 29, 2024
1 parent 4da0a1e commit 07ac370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ func (app *BaseApp) beginBlock(_ *abci.RequestFinalizeBlock) (sdk.BeginBlock, er
)
}

app.AddStreamEvents(ctx.BlockHeight(), ctx.BlockTime(), resp.Events, true)
app.AddStreamEvents(ctx.BlockHeight(), ctx.BlockTime(), resp.Events, false)

resp.Events = sdk.MarkEventsToIndex(resp.Events, app.indexEvents)
}
Expand Down

0 comments on commit 07ac370

Please sign in to comment.