Skip to content

Commit fddea67

Browse files
jonasschnellisipa
authored andcommitted
Add experimental warning to scantxoutset
1 parent 6495849 commit fddea67

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
@@ -1990,6 +1990,7 @@ UniValue scantxoutset(const JSONRPCRequest& request)
19901990
if (request.fHelp || request.params.size() < 1 || request.params.size() > 2)
19911991
throw std::runtime_error(
19921992
"scantxoutset <action> ( <scanobjects> )\n"
1993+
"\nEXPERIMENTAL warning: this call may be removed or changed in future releases.\n"
19931994
"\nScans the unspent transaction output set for entries that match certain output descriptors.\n"
19941995
"Examples of output descriptors are:\n"
19951996
" addr(<address>) Outputs whose scriptPubKey corresponds to the specified address (does not include P2PK)\n"

0 commit comments

Comments
 (0)