aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2019-07-16 13:23:21 -0700
committerWilliam Casarin <jb55@jb55.com>2019-07-24 03:33:53 -0700
commit72ffbdc5799c1707ecad674d701b43fb80b031d0 (patch)
treea096a264140b953bb09656411d541c6f298e5d44 /doc
parent003a3c73c0450aa18ac2ab2ca47def2b8c53a7df (diff)
downloadbitcoin-72ffbdc5799c1707ecad674d701b43fb80b031d0.tar.xz
doc: add release note for include_watchonly default changes
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-16383.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes-16383.md b/doc/release-notes-16383.md
new file mode 100644
index 0000000000..8015715167
--- /dev/null
+++ b/doc/release-notes-16383.md
@@ -0,0 +1,8 @@
+RPC changes
+-----------
+
+RPCs which have an `include_watchonly` argument or `includeWatching`
+option now default to `true` for watch-only wallets. Affected RPCs
+are: `getbalance`, `listreceivedbyaddress`, `listreceivedbylabel`,
+`listtransactions`, `listsinceblock`, `gettransaction`,
+`walletcreatefundedpsbt`, and `fundrawtransaction`.