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 6495849 commit fddea67Copy full SHA for fddea67
src/rpc/blockchain.cpp
@@ -1990,6 +1990,7 @@ UniValue scantxoutset(const JSONRPCRequest& request)
1990
if (request.fHelp || request.params.size() < 1 || request.params.size() > 2)
1991
throw std::runtime_error(
1992
"scantxoutset <action> ( <scanobjects> )\n"
1993
+ "\nEXPERIMENTAL warning: this call may be removed or changed in future releases.\n"
1994
"\nScans the unspent transaction output set for entries that match certain output descriptors.\n"
1995
"Examples of output descriptors are:\n"
1996
" addr(<address>) Outputs whose scriptPubKey corresponds to the specified address (does not include P2PK)\n"
0 commit comments