diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 4d5449952d9..b90dc9bf420 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -2136,7 +2136,6 @@ class CoinsViewScanReserver 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"