Skip to content

Commit

Permalink
include subspace argument in alloc module call
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Sep 12, 2023
1 parent 4aaf5ef commit 6da5314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func appModules(
transfer.NewAppModule(app.TransferKeeper),
ica.NewAppModule(nil, &app.ICAHostKeeper),
packetforward.NewAppModule(app.PacketForwardKeeper),
alloc.NewAppModule(appCodec, app.AllocKeeper),
alloc.NewAppModule(appCodec, app.AllocKeeper, app.GetSubspace(alloctypes.ModuleName)),
onft.NewAppModule(appCodec, app.ONFTKeeper, app.AccountKeeper, app.BankKeeper, app.DistrKeeper),
marketplace.NewAppModule(appCodec, app.MarketplaceKeeper),
streampay.NewAppModule(appCodec, app.StreamPayKeeper),
Expand Down

0 comments on commit 6da5314

Please sign in to comment.