Skip to content

Commit

Permalink
enabled optimistic execution
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 committed Nov 5, 2024
1 parent c5b82a8 commit 39bf347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ func New(
// relies on localhost client to be registered.
ibclocalhost.RegisterInterfaces(interfaceRegistry)

baseAppOptions = append(baseAppOptions, baseapp.SetOptimisticExecution())

bApp := baseapp.NewBaseApp(Name, logger, db, txConfig.TxDecoder(), baseAppOptions...)
bApp.SetCommitMultiStoreTracer(traceStore)
bApp.SetVersion(version.Version)
Expand Down

0 comments on commit 39bf347

Please sign in to comment.