aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-09-30 09:19:46 +0200
committerMarcoFalke <[email protected]>2020-09-30 09:28:50 +0200
commitfa710a6d67b2de64bde90def77c70d0a052f9030 (patch)
tree4fdf485398bc0c89c4f73d4f713b3386b9a833a5
parentdoc: Remove double-whitespace from help string, other whitespace fixups (diff)
downloaddiscoin-fa710a6d67b2de64bde90def77c70d0a052f9030.tar.xz
discoin-fa710a6d67b2de64bde90def77c70d0a052f9030.zip
doc: Add 19501 release notes
-rw-r--r--doc/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 1580bbd9a..2b7faad35 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)