pub const AVERAGE_ON_INITIALIZE_RATIO: Perbill;
Expand description
We assume that ~25% of the block weight is consumed by on_initialize
handlers.
This is used to limit the maximal weight of a single extrinsic.
pub const AVERAGE_ON_INITIALIZE_RATIO: Perbill;
We assume that ~25% of the block weight is consumed by on_initialize
handlers.
This is used to limit the maximal weight of a single extrinsic.