diff options
| author | William Casarin <[email protected]> | 2019-07-16 13:23:21 -0700 |
|---|---|---|
| committer | William Casarin <[email protected]> | 2019-07-24 03:33:53 -0700 |
| commit | 72ffbdc5799c1707ecad674d701b43fb80b031d0 (patch) | |
| tree | a096a264140b953bb09656411d541c6f298e5d44 | |
| parent | rpcwallet: document include_watchonly default for watchonly wallets (diff) | |
| download | discoin-72ffbdc5799c1707ecad674d701b43fb80b031d0.tar.xz discoin-72ffbdc5799c1707ecad674d701b43fb80b031d0.zip | |
doc: add release note for include_watchonly default changes
Signed-off-by: William Casarin <[email protected]>
| -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 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`. |