diff --git a/parachain/runtime/paseo/src/lib.rs b/parachain/runtime/paseo/src/lib.rs index 564ff3cb8b..36be663eb6 100644 --- a/parachain/runtime/paseo/src/lib.rs +++ b/parachain/runtime/paseo/src/lib.rs @@ -133,7 +133,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - migration::MigrateStorageVersionPatch, ); /// Unchecked extrinsic type as expected by this runtime. @@ -160,6 +159,7 @@ pub type Executive = frame_executive::Executive< // it was reverse order before. // See the comment before collation related pallets too. AllPalletsWithSystem, + migration::MigrateStorageVersionPatch, >; impl fp_self_contained::SelfContainedCall for RuntimeCall {