Skip to content

Commit 1902686

Browse files
ash-burnt2xburnt
andauthored
Optimistic Execution (#309)
Co-authored-by: TwiceBurnt <169301814+2xburnt@users.noreply.github.com>
1 parent 42ea2dc commit 1902686

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/app.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ func NewWasmApp(
345345
std.RegisterLegacyAminoCodec(legacyAmino)
346346
std.RegisterInterfaces(interfaceRegistry)
347347

348+
baseAppOptions = append(baseAppOptions, baseapp.SetOptimisticExecution())
349+
348350
bApp := baseapp.NewBaseApp(appName, logger, db, txConfig.TxDecoder(), baseAppOptions...)
349351
bApp.SetCommitMultiStoreTracer(traceStore)
350352
bApp.SetVersion(version.Version)

0 commit comments

Comments
 (0)