Skip to content

Commit

Permalink
autofixes
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Aug 20, 2023
1 parent 0ef8e65 commit 3f85e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ func NewWasmApp(

// The gov proposal types can be individually enabled
if len(enabledProposals) != 0 {
govRouter.AddRoute(wasmtypes.RouterKey, wasmkeeper.NewWasmProposalHandler(app.WasmKeeper, enabledProposals))
govRouter.AddRoute(wasmtypes.RouterKey, wasmkeeper.NewWasmProposalHandler(app.WasmKeeper, enabledProposals))
}
// Set legacy router for backwards compatibility with gov v1beta1
app.GovKeeper.SetLegacyRouter(govRouter)
Expand Down
2 changes: 1 addition & 1 deletion x/wasm/alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var (
// Deprecated: Do not use.
TestHandler = keeper.TestHandler
// Deprecated: Do not use.
NewWasmProposalHandler = keeper.NewWasmProposalHandler
NewWasmProposalHandler = keeper.NewWasmProposalHandler
// Deprecated: Do not use.
NewQuerier = keeper.Querier
// Deprecated: Do not use.
Expand Down

0 comments on commit 3f85e4b

Please sign in to comment.