Skip to content

Commit

Permalink
fix: comment out optimistic execution (#4343)
Browse files Browse the repository at this point in the history
(cherry picked from commit 67a029f)

Co-authored-by: Jacob Gadikian <[email protected]>
  • Loading branch information
mergify[bot] and faddat committed Sep 8, 2024
1 parent abbe7f3 commit b67c33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ignite/templates/app/files-minimal/app/app.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ func New(
}

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

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

0 comments on commit b67c33c

Please sign in to comment.