From 2f0b25a1564e275dc090e4ad6dafcfdf8701494e Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 12 Mar 2021 21:05:19 +0100 Subject: rpc: remove scantxoutset EXPERIMENTAL warning --- src/rpc/blockchain.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rpc/blockchain.cpp') 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(
) Outputs whose scriptPubKey corresponds to the specified address (does not include P2PK)\n" -- cgit v1.2.3