Skip to content

Commit eec7cf7

Browse files
committed
scantxoutset: mention that scanning by address will miss P2PK txouts
1 parent 94d73d3 commit eec7cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,6 +2024,7 @@ UniValue scantxoutset(const JSONRPCRequest& request)
20242024
throw std::runtime_error(
20252025
"scantxoutset <action> ( <scanobjects> )\n"
20262026
"\nScans the unspent transaction output set for possible entries that matches common scripts of given public keys.\n"
2027+
"Using addresses as scanobjects will _not_ detect unspent P2PK txouts\n"
20272028
"\nArguments:\n"
20282029
"1. \"action\" (string, required) The action to execute\n"
20292030
" \"start\" for starting a scan\n"

0 commit comments

Comments
 (0)