diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 21fc98fc6e..50ec6f51db 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -2689,7 +2689,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"