We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7c126 commit 13a81b7Copy full SHA for 13a81b7
app/app.go
@@ -369,6 +369,9 @@ func NewEvmos(
369
app.SetPrepareProposal(handler.PrepareProposalHandler())
370
app.SetProcessProposal(handler.ProcessProposalHandler())
371
})
372
+
373
+ // enable optimistic execution
374
+ baseAppOptions = append(baseAppOptions, baseapp.SetOptimisticExecution())
375
376
// NOTE we use custom transaction decoder that supports the sdk.Tx interface instead of sdk.StdTx
377
bApp := baseapp.NewBaseApp(
0 commit comments