Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peara committed Aug 6, 2024
1 parent 844b022 commit 871f2b9
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 @@ -703,7 +703,7 @@ func New(
saModule := samodule.NewAppModule(appCodec, app.SaKeeper, app.ContractKeeper, app.AccountKeeper)

// Pass the contract keeper to ICS4Wrappers for ibc middlewares
app.Ics20WasmHooks.ContractKeeper = &app.WasmKeeper
// app.Ics20WasmHooks.ContractKeeper = &app.WasmKeeper

// The gov proposal types can be individually enabled
enabledProposals := GetEnabledProposals()
Expand Down

0 comments on commit 871f2b9

Please sign in to comment.