From 72ffbdc5799c1707ecad674d701b43fb80b031d0 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 16 Jul 2019 13:23:21 -0700 Subject: [PATCH] doc: add release note for include_watchonly default changes Signed-off-by: William Casarin --- doc/release-notes-16383.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/release-notes-16383.md diff --git a/doc/release-notes-16383.md b/doc/release-notes-16383.md new file mode 100644 index 000000000..801571516 --- /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`.