Skip to content

Commit

Permalink
fix: ScopedFeeabsKeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Apr 14, 2024
1 parent 463db9a commit bac45bd
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 @@ -623,7 +623,7 @@ func NewEveApp(
app.TransferKeeper,
app.IBCKeeper.ChannelKeeper,
app.IBCKeeper.PortKeeper,
app.ScopedFeeabsKeeper,
scopedFeeabsKeeper,
)

feeabsIBCModule := feeabsmodule.NewIBCModule(appCodec, app.FeeabsKeeper)
Expand Down

0 comments on commit bac45bd

Please sign in to comment.