From fa861794d3a625defe5113d3333bfdfb030b2ae9 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 30 May 2020 12:30:41 -0400 Subject: [PATCH] doc: Add release notes for 17219 --- doc/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 0a2d0fbfc3b..3626233100e 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.