fix: cargo fmt + LocalCheckAccount→CheckAccount rename + AH MintLocation fix
- Fix xcm_config.rs import line exceeding rustfmt max width - Rename LocalCheckAccount to CheckAccount in RC runtime (import + type alias) - Set AH TeleportTracking to None for teleport compatibility (RC 1_020_007, AH 1_020_007) - Regenerate umbrella crate
This commit is contained in:
@@ -2487,7 +2487,7 @@ pezsp_api::impl_runtime_apis! {
|
||||
use pezsp_storage::TrackedStorageKey;
|
||||
use xcm::latest::prelude::*;
|
||||
use xcm_config::{
|
||||
AssetHub, LocalCheckAccount, LocationConverter, TokenLocation, XcmConfig,
|
||||
AssetHub, CheckAccount, LocationConverter, TokenLocation, XcmConfig,
|
||||
};
|
||||
|
||||
parameter_types! {
|
||||
@@ -2592,7 +2592,7 @@ pezsp_api::impl_runtime_apis! {
|
||||
impl pezpallet_xcm_benchmarks::fungible::Config for Runtime {
|
||||
type TransactAsset = Balances;
|
||||
|
||||
type CheckedAccount = LocalCheckAccount;
|
||||
type CheckedAccount = CheckAccount;
|
||||
type TrustedTeleporter = TrustedTeleporter;
|
||||
type TrustedReserve = TrustedReserve;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user