const MAX_NUM_RECENT_BLOCKS: u64 = 150;
Expand description
The maximum number of blocks to keep in PrioritizationFeeCache
, ie.
the amount of history generally desired to estimate the prioritization fee needed to
land a transaction in the current block.