mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
rpc: remove scantxoutset EXPERIMENTAL warning
This commit is contained in:
parent
1e57d14d96
commit
2f0b25a156
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue