From fddea672eb8f63012f2e9ce04fa477e5d4140750 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Fri, 27 Jul 2018 10:57:14 +0100 Subject: Add experimental warning to scantxoutset --- src/rpc/blockchain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 50f0bf5221..307af61917 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -1990,6 +1990,7 @@ UniValue scantxoutset(const JSONRPCRequest& request) if (request.fHelp || request.params.size() < 1 || request.params.size() > 2) throw std::runtime_error( "scantxoutset ( )\n" + "\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" -- cgit v1.2.3