mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-26 00:25:26 +02:00
scantxoutset: mention that scanning by address will miss P2PK txouts
This commit is contained in:
parent
94d73d32ab
commit
eec7cf7b33
@ -2024,6 +2024,7 @@ UniValue scantxoutset(const JSONRPCRequest& request)
|
||||
throw std::runtime_error(
|
||||
"scantxoutset <action> ( <scanobjects> )\n"
|
||||
"\nScans the unspent transaction output set for possible entries that matches common scripts of given public keys.\n"
|
||||
"Using addresses as scanobjects will _not_ detect unspent P2PK txouts\n"
|
||||
"\nArguments:\n"
|
||||
"1. \"action\" (string, required) The action to execute\n"
|
||||
" \"start\" for starting a scan\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user