aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-03-15 11:14:43 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-03-15 11:14:47 +0100
commitc47979778d647140e8f410cefd5b27d4fbc715ee (patch)
treec546d6b31b5d845352345a3ef0dfd9b92c3e678e
parent1e57d14d96ebe485deec6d024bf5017ea2fb8608 (diff)
parent2f0b25a1564e275dc090e4ad6dafcfdf8701494e (diff)
downloadbitcoin-c47979778d647140e8f410cefd5b27d4fbc715ee.tar.xz
Merge #21426: rpc: remove scantxoutset EXPERIMENTAL warning
2f0b25a1564e275dc090e4ad6dafcfdf8701494e 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 #12196. ACKs for top commit: MarcoFalke: cr ACK 2f0b25a1564e275dc090e4ad6dafcfdf8701494e Tree-SHA512: 874ccd5bd19ecbbe91912171ac85af7a4658dc92f6db484ff3d03f07f1b9ba97e1c69d33a5c3ae5c5ec46cac3595a211f55fec0fbf81bac30d66a891c376ce26
-rw-r--r--src/rpc/blockchain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp
index 4d5449952d..b90dc9bf42 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -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"