Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Oct 16, 2024
1 parent 5c59760 commit 7d28659
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions simapp/app_di.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ func NewSimApp(
// baseAppOptions = append(baseAppOptions, prepareOpt)

// create and set dummy vote extension handler
// voteExtOp := func(bApp *baseapp.BaseApp) {
// voteExtHandler := NewVoteExtensionHandler()
// voteExtHandler.SetHandlers(bApp)
// }
// baseAppOptions = append(baseAppOptions, voteExtOp, baseapp.SetOptimisticExecution())
voteExtOp := func(bApp *baseapp.BaseApp) {
voteExtHandler := NewVoteExtensionHandler()
voteExtHandler.SetHandlers(bApp)
}
baseAppOptions = append(baseAppOptions, voteExtOp, baseapp.SetOptimisticExecution())

app.App = appBuilder.Build(db, traceStore, baseAppOptions...)

Expand Down

0 comments on commit 7d28659

Please sign in to comment.