mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-26 15:36:19 +01:00
rpc: Allow fullrbf fee bump
Also, fix the incorrect documention of the 'replaceable' RPC argument with respect to sequence number handling. The docs were incorrect before, so the fix could be extracted, but it seems fine to include here as well.
This commit is contained in:
9
doc/release-notes-31953.md
Normal file
9
doc/release-notes-31953.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# RPC
|
||||
|
||||
- The RPCs psbtbumpfee and bumpfee allow a replacement under fullrbf and no
|
||||
longer require BIP-125 signalling. (#31953)
|
||||
|
||||
# GUI
|
||||
|
||||
- A transaction's fee bump is allowed under fullrbf and no longer requires
|
||||
BIP-125 signalling. (#31953)
|
||||
Reference in New Issue
Block a user