const MAX_SUBBLOCK_TXS: usize = 100_000;Expand description
Maximum number of stored subblock transactions. Used to prevent DOS attacks.
NOTE: included txs are organically cleared when building the next subblock because they become invalid once their nonce is used.