const MIN_GAS_USED_RATIO: f64 = 0.1;Expand description
Gas used ratio below which a block is treated as near-empty and its reward is dropped from sampling, so one-off tips in otherwise idle blocks do not dominate the cross-block median on low-traffic chains. Local heuristic: there is no protocol-defined utilization threshold for priority-fee estimation.