Under certain circumstances the mempool will accept things, then not relay to any peers because the computed feerate is insufficient. Use the rounding-down behavior in GetFee to match both mempool acceptance and wallet logic, with minimal changes.
This is a backport of Core [[https://github.com/bitcoin/bitcoin/pull/16507 | PR16507]] [1/3]