diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-22 09:24:40 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-04-22 09:22:49 -0400 |
commit | facaefadd3b0cd53d375890e8339303a202c2a8b (patch) | |
tree | d3153a8b08d7da309c07c75684313c1da1265ca2 /doc/release-notes.md | |
parent | faa4243c1157c3e67111b6e5e979cdc3e1452a94 (diff) |
doc: Add wallet release notes for 0.21.0
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 6 |
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 ----------- |