diff options
| author | MarcoFalke <[email protected]> | 2020-04-22 09:24:40 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-04-22 09:22:49 -0400 |
| commit | facaefadd3b0cd53d375890e8339303a202c2a8b (patch) | |
| tree | d3153a8b08d7da309c07c75684313c1da1265ca2 | |
| parent | Add release notes skeleton, so that notes can be filled easier (diff) | |
| download | discoin-facaefadd3b0cd53d375890e8339303a202c2a8b.tar.xz discoin-facaefadd3b0cd53d375890e8339303a202c2a8b.zip | |
doc: Add wallet release notes for 0.21.0
| -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 8fc9a2a13..0d668a630 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 ----------- |