diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-10-01 14:51:37 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-01 14:57:08 -0400 |
commit | fa02f2d607d66fd324a78fcfd4b6612742ee3ee2 (patch) | |
tree | 2086a6c822473180ae56bdb6d81234c7e4924147 /doc | |
parent | 6e4f6553913978fcdddba30e0bb6f97edcb12e80 (diff) |
doc: Add missing release notes for 16383
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 04aab56a72..93bb6bbd07 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -132,6 +132,10 @@ Low-level Changes section below. would risk using up the "wrong" UTXO for an address reuse case. (#13756) +- 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`. (#16383) + - `listunspent` now returns a "reused" bool for each output if the wallet flag "avoid_reuse" is enabled. (#13756) @@ -273,7 +277,7 @@ Configuration ------------ - A setting specified in the default section but not also specified in a - network-specific section (e.g. testnet) will now produce a error + network-specific section (e.g. testnet) will now produce an error preventing startup instead of just a warning unless the network is mainnet. This prevents settings intended for mainnet from being applied to testnet or regtest. (#15629) |