doc: Add wallet release notes for 0.21.0

This commit is contained in:
MarcoFalke 2020-04-22 09:24:40 -04:00
parent faa4243c11
commit facaefadd3
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -89,6 +89,12 @@ Wallet
#### Wallet RPC changes
- The `upgradewallet` RPC replaces the `-upgradewallet` command line option.
(#15761)
- The `settxfee` RPC will fail if the fee was set higher than the `-maxtxfee`
command line setting. The wallet will already fail to create transactions
with fees higher than `-maxtxfee`. (#18467)
GUI changes
-----------