Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangminqi committed Dec 26, 2024
1 parent c40b447 commit d70657a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/runtime/paseo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ pub type SignedExtra = (
frame_system::CheckNonce<Runtime>,
frame_system::CheckWeight<Runtime>,
pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
migration::MigrateStorageVersionPatch<Runtime>,
);

/// Unchecked extrinsic type as expected by this runtime.
Expand All @@ -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<Runtime>,
>;

impl fp_self_contained::SelfContainedCall for RuntimeCall {
Expand Down

0 comments on commit d70657a

Please sign in to comment.