scantxoutset: mention that scanning by address will miss P2PK txouts

This commit is contained in:
Jonas Schnelli 2018-06-13 22:38:40 +02:00
parent 94d73d32ab
commit eec7cf7b33
No known key found for this signature in database
GPG key ID: 1EB776BB03C7922D

View file

@ -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"