Skip to content

Commit

Permalink
Fix nil scoped feeabs keeper
Browse files Browse the repository at this point in the history
  • Loading branch information
tnv1 committed Apr 16, 2024
1 parent a3a3ddc commit b3f2312
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 @@ -551,7 +551,7 @@ func NewMigalooApp(
app.TransferKeeper,
app.IBCKeeper.ChannelKeeper,
&app.IBCKeeper.PortKeeper,
app.ScopedFeeabsKeeper,
scopedFeeabsKeeper,
)

// Register the proposal types
Expand Down

0 comments on commit b3f2312

Please sign in to comment.