Enable PoV reclaim on rococo-parachain (#3765)

This PR proposes enabling PoV reclaim on the `rococo-parachain`
testchain to streamline testing and development of high-TPS stuff.
This commit is contained in:
s0me0ne-unkn0wn
2024-03-20 20:41:43 +01:00
committed by GitHub
parent b74353d3e9
commit 1da8a6b88f
3 changed files with 4 additions and 0 deletions
@@ -653,6 +653,7 @@ pub type SignedExtra = (
frame_system::CheckNonce<Runtime>,
frame_system::CheckWeight<Runtime>,
pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<Runtime>,
);
/// Unchecked extrinsic type as expected by this runtime.
pub type UncheckedExtrinsic =