Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 52215a7

Browse files
tests pass
1 parent 325c816 commit 52215a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub type ForeignFungiblesTransactor = FungiblesAdapter<
134134
>;
135135

136136
/// Means for transacting assets on this chain.
137-
pub type AssetTransactors = (CurrencyTransactor, FungiblesTransactor, ForeignFungiblesTransactor);
137+
pub type AssetTransactors = (CurrencyTransactor, ForeignFungiblesTransactor, FungiblesTransactor);
138138

139139
/// This is the type we use to convert an (incoming) XCM origin into a local `Origin` instance,
140140
/// ready for dispatching a transaction with Xcm's `Transact`. There is an `OriginKind` which can

0 commit comments

Comments
 (0)