pub(crate) const MIN_FEERATE_VOTE_SATS_PER_KVB: u64 = 1000;
Minimum fee rate vote of 1 sat/vB to ensure we never propose a fee rate below what Bitcoin Core will relay.