From bc63d0ed3b96fa0bda9da1de383f3b5898c4c93e Mon Sep 17 00:00:00 2001 From: Pedro Branco Date: Tue, 7 Mar 2017 18:17:32 +0000 Subject: Add query options to listunspent rpc call --- src/rpc/client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpc') 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" }, -- cgit v1.2.3