mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
rpc: remove scantxoutset EXPERIMENTAL warning
This commit is contained in:
@@ -2136,7 +2136,6 @@ public:
|
|||||||
static RPCHelpMan scantxoutset()
|
static RPCHelpMan scantxoutset()
|
||||||
{
|
{
|
||||||
return 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"
|
"\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"
|
||||||
|
|||||||
Reference in New Issue
Block a user