Skip to content

Commit d9614e5

Browse files
committed
remove ResetEvents
1 parent 8b18380 commit d9614e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/abci.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ func (app *App) EndBlock(ctx sdk.Context, height int64, blockGasUsed int64) (res
5555
spanCtx, span := app.GetBaseApp().TracingInfo.StartWithContext("EndBlock", ctx.TraceSpanContext())
5656
defer span.End()
5757
ctx = ctx.WithTraceSpanContext(spanCtx)
58-
// Clear DeliverTx Events
59-
ctx.MultiStore().ResetEvents()
6058
defer telemetry.MeasureSince(time.Now(), "abci", "end_block")
6159
ctx = ctx.WithEventManager(sdk.NewEventManager())
6260
defer telemetry.MeasureSince(time.Now(), "module", "total_end_block")

0 commit comments

Comments
 (0)