@@ -39,10 +39,10 @@ use xcm_builder::{
39
39
AllowSubscriptionsFrom , AllowTopLevelPaidExecutionFrom , DenyReserveTransferToRelayChain ,
40
40
DenyThenTry , DescribeAllTerminal , DescribeFamily , DescribeTerminus , EnsureXcmOrigin ,
41
41
FrameTransactionalProcessor , FungibleAdapter , HashedDescription , IsConcrete , ParentAsSuperuser ,
42
- ParentIsPreset , RelayChainAsNative , SiblingParachainAsNative , SiblingParachainConvertsVia ,
43
- SignedAccountId32AsNative , SignedToAccountId32 , SovereignSignedViaLocation , TakeWeightCredit ,
44
- TrailingSetTopicAsId , UsingComponents , WeightInfoBounds , WithComputedOrigin , WithUniqueTopic ,
45
- XcmFeeManagerFromComponents , XcmFeeToAccount ,
42
+ ParentIsPreset , RelayChainAsNative , SendXcmFeeToAccount , SiblingParachainAsNative ,
43
+ SiblingParachainConvertsVia , SignedAccountId32AsNative , SignedToAccountId32 ,
44
+ SovereignSignedViaLocation , TakeWeightCredit , TrailingSetTopicAsId , UsingComponents ,
45
+ WeightInfoBounds , WithComputedOrigin , WithUniqueTopic , XcmFeeManagerFromComponents ,
46
46
} ;
47
47
use xcm_executor:: { traits:: ConvertLocation , XcmExecutor } ;
48
48
@@ -224,7 +224,7 @@ impl xcm_executor::Config for XcmConfig {
224
224
type AssetExchanger = ( ) ;
225
225
type FeeManager = XcmFeeManagerFromComponents <
226
226
WaivedLocations ,
227
- XcmFeeToAccount < Self :: AssetTransactor , AccountId , RelayTreasuryPalletAccount > ,
227
+ SendXcmFeeToAccount < Self :: AssetTransactor , RelayTreasuryPalletAccount > ,
228
228
> ;
229
229
type MessageExporter = ( ) ;
230
230
type UniversalAliases = Nothing ;
0 commit comments