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