mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-12 04:40:28 +02:00
460 B
460 B
Miscellaneous RPC changes
getaddressinfo
now reportssolvable
, a boolean indicating whether all information necessary for signing is present in the wallet (ignoring private keys).getaddressinfo
,listunspent
, andscantxoutset
have a new output fielddesc
, an output descriptor that encapsulates all signing information and key paths for the address (only available whensolvable
is true forgetaddressinfo
andlistunspent
).