diff options
| author | Pedro Branco <[email protected]> | 2017-03-07 18:17:32 +0000 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-05-17 08:37:34 +0200 |
| commit | bc63d0ed3b96fa0bda9da1de383f3b5898c4c93e (patch) | |
| tree | 30d7cdbcb482256a3c137ed48e3dd5494b000573 /src/rpc/client.cpp | |
| parent | Merge #10374: qa: Warn when specified test is not found (diff) | |
| download | discoin-bc63d0ed3b96fa0bda9da1de383f3b5898c4c93e.tar.xz discoin-bc63d0ed3b96fa0bda9da1de383f3b5898c4c93e.zip | |
Add query options to listunspent rpc call
Diffstat (limited to 'src/rpc/client.cpp')
| -rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index dc916a1fd..df017d89c 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -77,6 +77,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listunspent", 0, "minconf" }, { "listunspent", 1, "maxconf" }, { "listunspent", 2, "addresses" }, + { "listunspent", 4, "query_options" }, { "getblock", 1, "verbosity" }, { "getblockheader", 1, "verbose" }, { "getchaintxstats", 0, "nblocks" }, |