mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
72ffbdc579
Signed-off-by: William Casarin <jb55@jb55.com>
336 B
336 B
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
.