Skip to content

Commit 2f0b25a

Browse files
committed
rpc: remove scantxoutset EXPERIMENTAL warning
1 parent 1e57d14 commit 2f0b25a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,6 @@ class CoinsViewScanReserver
21362136
static RPCHelpMan scantxoutset()
21372137
{
21382138
return RPCHelpMan{"scantxoutset",
2139-
"\nEXPERIMENTAL warning: this call may be removed or changed in future releases.\n"
21402139
"\nScans the unspent transaction output set for entries that match certain output descriptors.\n"
21412140
"Examples of output descriptors are:\n"
21422141
" addr(<address>) Outputs whose scriptPubKey corresponds to the specified address (does not include P2PK)\n"

0 commit comments

Comments
 (0)