Skip to content

Commit

Permalink
disable optimistic execution
Browse files Browse the repository at this point in the history
  • Loading branch information
freeelancer committed Sep 5, 2024
1 parent c60fe1e commit 5cb47de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func New(

// add to default baseapp options
// enable optimistic execution
baseAppOptions = append(baseAppOptions, baseapp.SetOptimisticExecution())
// baseAppOptions = append(baseAppOptions, baseapp.SetOptimisticExecution())

// build app
app.App = appBuilder.Build(db, traceStore, baseAppOptions...)
Expand Down

0 comments on commit 5cb47de

Please sign in to comment.