diff options
author | Jon Atack <jon@atack.com> | 2021-03-12 21:05:19 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-03-15 10:45:49 +0100 |
commit | 2f0b25a1564e275dc090e4ad6dafcfdf8701494e (patch) | |
tree | c546d6b31b5d845352345a3ef0dfd9b92c3e678e /src | |
parent | 1e57d14d96ebe485deec6d024bf5017ea2fb8608 (diff) |
rpc: remove scantxoutset EXPERIMENTAL warning
Diffstat (limited to 'src')
-rw-r--r-- | src/rpc/blockchain.cpp | 1 |
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" |