@@ -38,11 +38,12 @@ use polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery;
38
38
use xcm:: latest:: prelude:: * ;
39
39
use xcm_builder:: {
40
40
AccountId32Aliases , AllowKnownQueryResponses , AllowSubscriptionsFrom , AllowUnpaidExecutionFrom ,
41
- ConvertedConcreteId , DescribeAllTerminal , DescribeFamily , EnsureXcmOrigin , FungibleAdapter ,
42
- FungiblesAdapter , HashedDescription , IsConcrete , NoChecking , ParentAsSuperuser , ParentIsPreset ,
43
- RelayChainAsNative , SiblingParachainAsNative , SiblingParachainConvertsVia ,
44
- SignedAccountId32AsNative , SignedToAccountId32 , SovereignSignedViaLocation , TakeWeightCredit ,
45
- UsingComponents , WeightInfoBounds , WithComputedOrigin ,
41
+ ConvertedConcreteId , DescribeAllTerminal , DescribeFamily , EnsureXcmOrigin ,
42
+ FrameTransactionalProcessor , FungibleAdapter , FungiblesAdapter , HashedDescription , IsConcrete ,
43
+ NoChecking , ParentAsSuperuser , ParentIsPreset , RelayChainAsNative , SiblingParachainAsNative ,
44
+ SiblingParachainConvertsVia , SignedAccountId32AsNative , SignedToAccountId32 ,
45
+ SovereignSignedViaLocation , TakeWeightCredit , UsingComponents , WeightInfoBounds ,
46
+ WithComputedOrigin ,
46
47
} ;
47
48
use xcm_executor:: {
48
49
traits:: { JustTry , WithOriginFilter } ,
@@ -277,7 +278,7 @@ impl xcm_executor::Config for XcmConfig {
277
278
type CallDispatcher = WithOriginFilter < SafeCallFilter > ;
278
279
type SafeCallFilter = SafeCallFilter ;
279
280
type Aliasers = Nothing ;
280
- type TransactionalProcessor = ( ) ;
281
+ type TransactionalProcessor = FrameTransactionalProcessor ;
281
282
}
282
283
283
284
/// Local origins on this chain are allowed to dispatch XCM sends/executions.
0 commit comments