aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-03-12 21:05:19 +0100
committerJon Atack <jon@atack.com>2021-03-15 10:45:49 +0100
commit2f0b25a1564e275dc090e4ad6dafcfdf8701494e (patch)
treec546d6b31b5d845352345a3ef0dfd9b92c3e678e /src/rpc/blockchain.cpp
parent1e57d14d96ebe485deec6d024bf5017ea2fb8608 (diff)
downloadbitcoin-2f0b25a1564e275dc090e4ad6dafcfdf8701494e.tar.xz
rpc: remove scantxoutset EXPERIMENTAL warning
Diffstat (limited to 'src/rpc/blockchain.cpp')
-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"