From 54910f26bfff38896db1ffebe897652f3fb03748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=B3nal=20Murray?= Date: Tue, 4 Jun 2024 14:42:47 +0100 Subject: [PATCH] Fix some unrelated issues on this branch --- .../parachains/runtimes/coretime/coretime-westend/src/lib.rs | 1 - .../runtimes/coretime/coretime-westend/src/xcm_config.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs b/cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs index 202c16a2d7e8..60054c184b4b 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs @@ -100,7 +100,6 @@ pub type UncheckedExtrinsic = pub type Migrations = ( pallet_collator_selection::migration::v2::MigrationToV2, cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4, - pallet_broker::migration::MigrateV0ToV1, // permanent pallet_xcm::migration::MigrateToLatestXcmVersion, ); diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/src/xcm_config.rs b/cumulus/parachains/runtimes/coretime/coretime-westend/src/xcm_config.rs index 8923e0fa8319..8a63bad13768 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/src/xcm_config.rs +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/src/xcm_config.rs @@ -226,7 +226,7 @@ impl xcm_executor::Config for XcmConfig { >; type Trader = UsingComponents< WeightToFee, - TokenRelayLocation, + WndRelayLocation, AccountId, Balances, ResolveTo, Balances>,