diff --git a/app/app.go b/app/app.go index c8f731a..db38478 100644 --- a/app/app.go +++ b/app/app.go @@ -520,7 +520,7 @@ func New( app.TransferKeeper = transferkeeper.NewKeeper( appCodec, runtime.NewKVStoreService(keys[ibctransfertypes.StoreKey]), - nil, + app.GetSubspace(ibctransfertypes.ModuleName), app.IBCKeeper.ChannelKeeper, app.IBCKeeper.ChannelKeeper, app.MsgServiceRouter(),