Skip to content

Commit

Permalink
refactor(xcm): use unitype for MaxRemoteLockConsumers
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Jan 31, 2025
1 parent b31c147 commit 9333fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/mainnet/src/config/xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl pallet_xcm::Config for Runtime {
type CurrencyMatcher = ();
type ExecuteXcmOrigin = EnsureXcmOrigin<RuntimeOrigin, LocalOriginToLocation>;
type MaxLockers = ConstU32<8>;
type MaxRemoteLockConsumers = ConstU32<0>;
type MaxRemoteLockConsumers = ();
type RemoteLockConsumerIdentifier = ();
type RuntimeCall = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
Expand Down

0 comments on commit 9333fe6

Please sign in to comment.