aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorPedro Branco <[email protected]>2017-03-07 18:17:32 +0000
committerWladimir J. van der Laan <[email protected]>2017-05-17 08:37:34 +0200
commitbc63d0ed3b96fa0bda9da1de383f3b5898c4c93e (patch)
tree30d7cdbcb482256a3c137ed48e3dd5494b000573 /src/rpc/client.cpp
parentMerge #10374: qa: Warn when specified test is not found (diff)
downloaddiscoin-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.cpp1
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" },