@@ -560,7 +560,7 @@ func NewWasmApp(
560560 appCodec , keys [ibcfeetypes .StoreKey ],
561561 app .IBCKeeper .ChannelKeeper , // may be replaced with IBC middleware
562562 app .IBCKeeper .ChannelKeeper ,
563- & app .IBCKeeper .PortKeeper , app .AccountKeeper , app .BankKeeper ,
563+ app .IBCKeeper .PortKeeper , app .AccountKeeper , app .BankKeeper ,
564564 )
565565
566566 // Create Transfer Keepers
@@ -570,7 +570,7 @@ func NewWasmApp(
570570 app .GetSubspace (ibctransfertypes .ModuleName ),
571571 app .IBCFeeKeeper , // ISC4 Wrapper: fee IBC middleware
572572 app .IBCKeeper .ChannelKeeper ,
573- & app .IBCKeeper .PortKeeper ,
573+ app .IBCKeeper .PortKeeper ,
574574 app .AccountKeeper ,
575575 app .BankKeeper ,
576576 scopedTransferKeeper ,
@@ -583,7 +583,7 @@ func NewWasmApp(
583583 app .GetSubspace (icahosttypes .SubModuleName ),
584584 app .IBCFeeKeeper , // use ics29 fee as ics4Wrapper in middleware stack
585585 app .IBCKeeper .ChannelKeeper ,
586- & app .IBCKeeper .PortKeeper ,
586+ app .IBCKeeper .PortKeeper ,
587587 app .AccountKeeper ,
588588 scopedICAHostKeeper ,
589589 app .MsgServiceRouter (),
@@ -595,7 +595,7 @@ func NewWasmApp(
595595 app .GetSubspace (icacontrollertypes .SubModuleName ),
596596 app .IBCFeeKeeper , // use ics29 fee as ics4Wrapper in middleware stack
597597 app .IBCKeeper .ChannelKeeper ,
598- & app .IBCKeeper .PortKeeper ,
598+ app .IBCKeeper .PortKeeper ,
599599 scopedICAControllerKeeper ,
600600 app .MsgServiceRouter (),
601601 authtypes .NewModuleAddress (govtypes .ModuleName ).String (),
@@ -619,7 +619,7 @@ func NewWasmApp(
619619 distrkeeper .NewQuerier (app .DistrKeeper ),
620620 app .IBCFeeKeeper , // ISC4 Wrapper: fee IBC middleware
621621 app .IBCKeeper .ChannelKeeper ,
622- & app .IBCKeeper .PortKeeper ,
622+ app .IBCKeeper .PortKeeper ,
623623 scopedWasmKeeper ,
624624 app .TransferKeeper ,
625625 app .MsgServiceRouter (),
0 commit comments