Skip to content

Commit daacafb

Browse files
MarcoFalkePastaPastaPasta
authored andcommitted
Merge bitcoin#21426: rpc: remove scantxoutset EXPERIMENTAL warning
2f0b25a rpc: remove scantxoutset EXPERIMENTAL warning (Jon Atack) Pull request description: Remove old warning per IRC wallet meeting discussion at http://www.erisian.com.au/bitcoin-core-dev/log-2021-03-12.html#l-467 This RPC was merged 3 years ago in bitcoin#12196. ACKs for top commit: MarcoFalke: cr ACK 2f0b25a Tree-SHA512: 874ccd5bd19ecbbe91912171ac85af7a4658dc92f6db484ff3d03f07f1b9ba97e1c69d33a5c3ae5c5ec46cac3595a211f55fec0fbf81bac30d66a891c376ce26
1 parent b8aec5c commit daacafb

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
@@ -2689,7 +2689,6 @@ class CoinsViewScanReserver
26892689
static RPCHelpMan scantxoutset()
26902690
{
26912691
return RPCHelpMan{"scantxoutset",
2692-
"\nEXPERIMENTAL warning: this call may be removed or changed in future releases.\n"
26932692
"\nScans the unspent transaction output set for entries that match certain output descriptors.\n"
26942693
"Examples of output descriptors are:\n"
26952694
" addr(<address>) Outputs whose scriptPubKey corresponds to the specified address (does not include P2PK)\n"

0 commit comments

Comments
 (0)