We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d73d3 commit eec7cf7Copy full SHA for eec7cf7
src/rpc/blockchain.cpp
@@ -2024,6 +2024,7 @@ UniValue scantxoutset(const JSONRPCRequest& request)
2024
throw std::runtime_error(
2025
"scantxoutset <action> ( <scanobjects> )\n"
2026
"\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"
2028
"\nArguments:\n"
2029
"1. \"action\" (string, required) The action to execute\n"
2030
" \"start\" for starting a scan\n"
0 commit comments