Implement CheckedMetadataHashExtension (#211)

This commit is contained in:
Amar Singh
2024-10-28 13:59:30 -04:00
committed by GitHub
parent 46a9a3f4e8
commit 3df636d524
8 changed files with 28 additions and 14 deletions
+1
View File
@@ -75,6 +75,7 @@ pub type SignedExtra = (
frame_system::CheckNonce<Runtime>,
frame_system::CheckWeight<Runtime>,
pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
frame_metadata_hash_extension::CheckMetadataHash<Runtime>,
cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<Runtime>,
);