rpc: remove scantxoutset EXPERIMENTAL warning

This commit is contained in:
Jon Atack 2021-03-12 21:05:19 +01:00
parent 1e57d14d96
commit 2f0b25a156
No known key found for this signature in database
GPG key ID: 4F5721B3D0E3921D

View file

@ -2136,7 +2136,6 @@ public:
static RPCHelpMan scantxoutset()
{
return RPCHelpMan{"scantxoutset",
"\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"
"Examples of output descriptors are:\n"
" addr(<address>) Outputs whose scriptPubKey corresponds to the specified address (does not include P2PK)\n"