diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-09-30 09:19:46 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-09-30 09:28:50 +0200 |
commit | fa710a6d67b2de64bde90def77c70d0a052f9030 (patch) | |
tree | 4fdf485398bc0c89c4f73d4f713b3386b9a833a5 /doc | |
parent | faf60dee34ae3dbe8e103a2c1b0679f13df6a921 (diff) |
doc: Add 19501 release notes
Diffstat (limited to 'doc')
-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 1580bbd9ae..2b7faad35e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -190,6 +190,9 @@ Wallet introduced unbroadcast set. See the "P2P and network changes" section for more information on the unbroadcast set. (#18038) +- The `sendtoaddress` and `sendmany` RPCs accept an optional `verbose=True` + argument to also return the fee reason about the sent tx. (#19501) + - The wallet can create a transaction without change even when the keypool is empty. Previously it failed. (#17219) |