0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

doc: Add 19501 release notes

This commit is contained in:
MarcoFalke 2020-09-30 09:19:46 +02:00
parent faf60dee34
commit fa710a6d67
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -190,6 +190,9 @@ Wallet
introduced unbroadcast set. See the "P2P and network changes" section for
more information on the unbroadcast set. (#18038)
- The `sendtoaddress` and `sendmany` RPCs accept an optional `verbose=True`
argument to also return the fee reason about the sent tx. (#19501)
- The wallet can create a transaction without change even when the keypool is
empty. Previously it failed. (#17219)