doc: Add release notes for 17219

This commit is contained in:
MarcoFalke 2020-05-30 12:30:41 -04:00
parent 826fe9c667
commit fa861794d3
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -113,6 +113,9 @@ Wallet
introduced unbroadcast set. See the "P2P and network changes" section for
more information on the unbroadcast set. (#18038)
- The wallet can create a transaction without change even when the keypool is
empty. Previously it failed. (#17219)
#### Wallet RPC changes
- The `upgradewallet` RPC replaces the `-upgradewallet` command line option.