const MIN_BLOCK_PRODUCTION_SUBSTITUTE_FEE: i64 = 1;
Expand description

The minimum fee for the block production weight ratio calculation, in zatoshis. If a transaction has a lower fee, this value is used instead.

This avoids special handling for transactions with zero weight.