mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
8 lines
336 B
Markdown
8 lines
336 B
Markdown
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`.
|