Skip to content

Commit

Permalink
Set legacy router proper
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Dec 22, 2022
1 parent 123bc1e commit 89d51a5
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 @@ -634,7 +634,7 @@ func NewWasmApp(
if len(enabledProposals) != 0 {
govRouter.AddRoute(wasm.RouterKey, wasm.NewWasmProposalHandler(app.WasmKeeper, enabledProposals))
}
govKeeper.SetLegacyRouter(govRouter)
app.GovKeeper.SetLegacyRouter(govRouter)

// Create Transfer Stack
var transferStack porttypes.IBCModule
Expand Down

0 comments on commit 89d51a5

Please sign in to comment.