aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-22 09:24:40 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-04-22 09:22:49 -0400
commitfacaefadd3b0cd53d375890e8339303a202c2a8b (patch)
treed3153a8b08d7da309c07c75684313c1da1265ca2 /doc
parentfaa4243c1157c3e67111b6e5e979cdc3e1452a94 (diff)
downloadbitcoin-facaefadd3b0cd53d375890e8339303a202c2a8b.tar.xz
doc: Add wallet release notes for 0.21.0
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 8fc9a2a138..0d668a6302 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -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
-----------