Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Remove comment
  • Loading branch information
KiChjang committed Oct 1, 2022
commit dbff5f8ae8b167f800a6031f0f4d7b7f446f8cd8
2 changes: 0 additions & 2 deletions runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ macro_rules! impl_runtime_weights {
// Operational transactions have an extra reserved space, so that they
// are included even if block reached `MAXIMUM_BLOCK_WEIGHT`.
weights.reserved = Some(
// MAXIMUM_BLOCK_WEIGHT already has a max proof size, so we simply subtract
// a ratio of its time component instead
MAXIMUM_BLOCK_WEIGHT - NORMAL_DISPATCH_RATIO * MAXIMUM_BLOCK_WEIGHT,
);
})
Expand Down