diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-05-30 12:30:41 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-05-30 12:28:07 -0400 |
commit | fa861794d3a625defe5113d3333bfdfb030b2ae9 (patch) | |
tree | abe91925dd0ff0da14fde8a2daa41ab7a3ca7ddb | |
parent | 826fe9c667118cc48ef000cd76e395e4cad4d6c1 (diff) |
doc: Add release notes for 17219
-rw-r--r-- | doc/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 0a2d0fbfc3..3626233100 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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. |