Skip to content

Commit

Permalink
rpc: remove scantxoutset EXPERIMENTAL warning
Browse files Browse the repository at this point in the history
Summary:
Also remove an unnecessary leading "\n" (see D7184)

This is a backport of [[bitcoin/bitcoin#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
  • Loading branch information
jonatack authored and PiRK committed Apr 13, 2022
1 parent ae11b36 commit 022b780
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rpc/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(<address>) Outputs whose scriptPubKey "
Expand Down

0 comments on commit 022b780

Please sign in to comment.