Change SA for Rococo/Statemine_1000 + removed CheckedExtrinsic (#2627)

This commit is contained in:
Branislav Kontur
2023-05-23 21:32:47 +02:00
committed by GitHub
parent 0224d1420b
commit 45e4370a27
8 changed files with 25 additions and 33 deletions
@@ -123,9 +123,6 @@ pub type SignedExtra = (
pub type UncheckedExtrinsic =
generic::UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;
/// Extrinsic type that has already been checked.
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
pub type Migrations =
(pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,);