diff options
author | Pedro Branco <pedrobrancolcc@gmail.com> | 2017-03-07 18:17:32 +0000 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-05-17 08:37:34 +0200 |
commit | bc63d0ed3b96fa0bda9da1de383f3b5898c4c93e (patch) | |
tree | 30d7cdbcb482256a3c137ed48e3dd5494b000573 /src/rpc/client.cpp | |
parent | 541199788c106ef1fbf8dddaa48c13f4cd6f49fc (diff) |
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 dc916a1fdb..df017d89cb 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" }, |