Skip to content

Commit fa02f2d

Browse files
author
MarcoFalke
committed
doc: Add missing release notes for 16383
1 parent 6e4f655 commit fa02f2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ Low-level Changes section below.
132132
would risk using up the "wrong" UTXO for an address reuse case.
133133
(#13756)
134134

135+
- RPCs which have an `include_watchonly` argument or `includeWatching` option now default to `true` for watch-only
136+
wallets. Affected RPCs are: `getbalance`, `listreceivedbyaddress`, `listreceivedbylabel`, `listtransactions`,
137+
`listsinceblock`, `gettransaction`, `walletcreatefundedpsbt`, and `fundrawtransaction`. (#16383)
138+
135139
- `listunspent` now returns a "reused" bool for each output if the
136140
wallet flag "avoid_reuse" is enabled. (#13756)
137141

@@ -273,7 +277,7 @@ Configuration
273277
------------
274278

275279
- A setting specified in the default section but not also specified in a
276-
network-specific section (e.g. testnet) will now produce a error
280+
network-specific section (e.g. testnet) will now produce an error
277281
preventing startup instead of just a warning unless the network is
278282
mainnet. This prevents settings intended for mainnet from being
279283
applied to testnet or regtest. (#15629)

0 commit comments

Comments
 (0)