Skip to content

Commit

Permalink
brought back channel keeper from wasm keeper
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
  • Loading branch information
RiccardoM committed May 27, 2022
1 parent a17a125 commit a21744a
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 @@ -539,7 +539,7 @@ func NewDesmosApp(
app.BankKeeper,
app.StakingKeeper,
app.DistrKeeper,
nil, //app.IBCKeeper.ChannelKeeper, TODO re-add this in a further PR to update wasmd
app.IBCKeeper.ChannelKeeper,
&app.IBCKeeper.PortKeeper,
scopedWasmKeeper,
app.TransferKeeper,
Expand Down

0 comments on commit a21744a

Please sign in to comment.