Skip to content

Commit

Permalink
fix SignedExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jul 1, 2024
1 parent d8aeb13 commit e4c2542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polkadot-parachains/integritee-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ pub type SignedExtra = (
frame_system::CheckNonce<Runtime>,
frame_system::CheckWeight<Runtime>,
pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
frame_metadata_hash_extension::CheckMetadataHash<Runtime>,
);
/// Unchecked extrinsic type as expected by this runtime.
pub type UncheckedExtrinsic =
Expand Down

0 comments on commit e4c2542

Please sign in to comment.