mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 19:23:26 -03:00
Add experimental warning to scantxoutset
This commit is contained in:
parent
6495849bfd
commit
fddea672eb
1 changed files with 1 additions and 0 deletions
|
@ -1990,6 +1990,7 @@ UniValue scantxoutset(const JSONRPCRequest& request)
|
||||||
if (request.fHelp || request.params.size() < 1 || request.params.size() > 2)
|
if (request.fHelp || request.params.size() < 1 || request.params.size() > 2)
|
||||||
throw std::runtime_error(
|
throw std::runtime_error(
|
||||||
"scantxoutset <action> ( <scanobjects> )\n"
|
"scantxoutset <action> ( <scanobjects> )\n"
|
||||||
|
"\nEXPERIMENTAL warning: this call may be removed or changed in future releases.\n"
|
||||||
"\nScans the unspent transaction output set for entries that match certain output descriptors.\n"
|
"\nScans the unspent transaction output set for entries that match certain output descriptors.\n"
|
||||||
"Examples of output descriptors are:\n"
|
"Examples of output descriptors are:\n"
|
||||||
" addr(<address>) Outputs whose scriptPubKey corresponds to the specified address (does not include P2PK)\n"
|
" addr(<address>) Outputs whose scriptPubKey corresponds to the specified address (does not include P2PK)\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue