Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
The documentation for the bumpfee
command states
“At a minimum, the new fee rate must be high enough to pay an additional new relay fee (incrementalfee
returned by getnetworkinfo) to enter the node’s mempool.”
While not strictly incorrect (the “At a minimum” part), it is very misleading.
Expected behaviour
It should read something like “At a minimum, the new fee rate must be high enough to pay an additional new relay fee (5 sats/vB) to enter the node’s mempool.”
because the wallet uses WALLET_INCREMENTAL_RELAY_FEE which is 5 sats/vB by default.
Alternatively use the DEFAULT_INCREMENTAL_RELAY_FEE when fee_rate is set as suggested by @Sjors here: #26973
Steps to reproduce
bitcoin-cli help bumpfee
See also stackexchange: https://bitcoin.stackexchange.com/questions/120887/why-wont-bumpfee-accept-my-new-fee-rate
Relevant log output
No response
How did you obtain Bitcoin Core
Pre-built binaries
What version of Bitcoin Core are you using?
25.0 and 26.0
Operating system and version
debian 12
Machine specifications
No response