Add pov reclaim (#229)

* extend SignedExtra type
This commit is contained in:
Özgün Özerk
2024-06-13 18:09:42 +03:00
committed by GitHub
parent 4a36fcd567
commit b2b65e9364
8 changed files with 136 additions and 102 deletions
+1
View File
@@ -57,6 +57,7 @@ pub type SignedExtra = (
frame_system::CheckNonce<Runtime>,
frame_system::CheckWeight<Runtime>,
pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<Runtime>,
);
/// Executive: handles dispatch to the various modules.