From 022b7806000ccd3e604fd054b3390328a02dfd59 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 12 Mar 2021 21:05:19 +0100 Subject: [PATCH] rpc: remove scantxoutset EXPERIMENTAL warning Summary: Also remove an unnecessary leading "\n" (see D7184) This is a backport of [[https://github.com/bitcoin/bitcoin/pull/21426 | core#21426]] Test Plan: `src/bitcoin-cli help scantxoutset` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D11338 --- src/rpc/blockchain.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 446466a9dc..c6fa41904f 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -2645,9 +2645,7 @@ static RPCHelpMan scantxoutset() { const auto &ticker = Currency::get().ticker; return RPCHelpMan{ "scantxoutset", - "EXPERIMENTAL warning: this call may be removed or changed in future " - "releases.\n" - "\nScans the unspent transaction output set for entries that match " + "Scans the unspent transaction output set for entries that match " "certain output descriptors.\n" "Examples of output descriptors are:\n" " addr(
) Outputs whose scriptPubKey "