We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b18380 commit d9614e5Copy full SHA for d9614e5
app/abci.go
@@ -55,8 +55,6 @@ func (app *App) EndBlock(ctx sdk.Context, height int64, blockGasUsed int64) (res
55
spanCtx, span := app.GetBaseApp().TracingInfo.StartWithContext("EndBlock", ctx.TraceSpanContext())
56
defer span.End()
57
ctx = ctx.WithTraceSpanContext(spanCtx)
58
- // Clear DeliverTx Events
59
- ctx.MultiStore().ResetEvents()
60
defer telemetry.MeasureSince(time.Now(), "abci", "end_block")
61
ctx = ctx.WithEventManager(sdk.NewEventManager())
62
defer telemetry.MeasureSince(time.Now(), "module", "total_end_block")
0 commit comments