diff options
author | William Casarin <jb55@jb55.com> | 2019-07-16 13:23:21 -0700 |
---|---|---|
committer | William Casarin <jb55@jb55.com> | 2019-07-24 03:33:53 -0700 |
commit | 72ffbdc5799c1707ecad674d701b43fb80b031d0 (patch) | |
tree | a096a264140b953bb09656411d541c6f298e5d44 | |
parent | 003a3c73c0450aa18ac2ab2ca47def2b8c53a7df (diff) |
doc: add release note for include_watchonly default changes
Signed-off-by: William Casarin <jb55@jb55.com>
-rw-r--r-- | doc/release-notes-16383.md | 8 |
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`. |