Skip to content

Commit d9d68a9

Browse files
committed
fix merge dmg
1 parent c98cc46 commit d9d68a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cumulus/parachains/runtimes/testing/penpal/src/xcm_config.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ use xcm_builder::{
5151
AllowKnownQueryResponses, AllowSubscriptionsFrom, AllowTopLevelPaidExecutionFrom,
5252
AsPrefixedGeneralIndex, ConvertedConcreteId, DescribeAllTerminal, DescribeFamily,
5353
EnsureXcmOrigin, FixedWeightBounds, FrameTransactionalProcessor, FungibleAdapter,
54-
FungiblesAdapter, IsConcrete, LocalMint, NativeAsset, NoChecking, ParentAsSuperuser,
55-
ParentIsPreset, RelayChainAsNative, SendXcmFeeToAccount, SiblingParachainAsNative,
56-
SiblingParachainConvertsVia, SignedAccountId32AsNative, SignedToAccountId32,
57-
SingleAssetExchangeAdapter, SovereignSignedViaLocation, StartsWith, TakeWeightCredit,
58-
TrailingSetTopicAsId, UsingComponents, WithComputedOrigin, WithUniqueTopic,
54+
FungiblesAdapter, HashedDescription, IsConcrete, LocalMint, NativeAsset, NoChecking,
55+
ParentAsSuperuser, ParentIsPreset, RelayChainAsNative, SendXcmFeeToAccount,
56+
SiblingParachainAsNative, SiblingParachainConvertsVia, SignedAccountId32AsNative,
57+
SignedToAccountId32, SingleAssetExchangeAdapter, SovereignSignedViaLocation, StartsWith,
58+
TakeWeightCredit, TrailingSetTopicAsId, UsingComponents, WithComputedOrigin, WithUniqueTopic,
5959
XcmFeeManagerFromComponents,
6060
};
6161
use xcm_executor::{traits::JustTry, XcmExecutor};

0 commit comments

Comments
 (0)