Skip to content

Commit

Permalink
fix: comment out optimistic execution
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Sep 6, 2024
1 parent 41ec830 commit 67a029f
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 @@ -147,8 +147,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 67a029f

Please sign in to comment.