Skip to content

Commit

Permalink
changed channel keeper location.
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Dec 10, 2024
1 parent b8b37f1 commit 984e57e
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 @@ -541,6 +541,7 @@ func NewRollapp(
app.AccountKeeper,
app.BankKeeper,
app.MintKeeper,
app.IBCKeeper.ChannelKeeper,
)

app.HubKeeper = hubkeeper.NewKeeper(
Expand Down Expand Up @@ -598,7 +599,6 @@ func NewRollapp(
transferStack,
app.HubGenesisKeeper,
app.BankKeeper,
app.IBCKeeper.ChannelKeeper,
)

app.CallbackKeeper = callbackKeeper.NewKeeper(
Expand Down

0 comments on commit 984e57e

Please sign in to comment.