diff options
| author | Jonas Schnelli <[email protected]> | 2018-07-27 10:57:14 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2018-07-27 11:52:45 -0700 |
| commit | fddea672eb8f63012f2e9ce04fa477e5d4140750 (patch) | |
| tree | 2ce8fcd17f8fd60a0c946c4ce973e1bb5d38621f /src/rpc/blockchain.cpp | |
| parent | [QA] Extend tests to more combinations (diff) | |
| download | discoin-fddea672eb8f63012f2e9ce04fa477e5d4140750.tar.xz discoin-fddea672eb8f63012f2e9ce04fa477e5d4140750.zip | |
Add experimental warning to scantxoutset
Diffstat (limited to 'src/rpc/blockchain.cpp')
| -rw-r--r-- | src/rpc/blockchain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 50f0bf522..307af6191 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 <action> ( <scanobjects> )\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(<address>) Outputs whose scriptPubKey corresponds to the specified address (does not include P2PK)\n" |