From 3c1fa139218c627eff45b3ae297fa65cd792ee2c 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/client.cpp') diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 56d149591..027267ff7 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listunspent", 0, "minconf" }, { "listunspent", 1, "maxconf" }, { "listunspent", 2, "addresses" }, + { "listunspent", 4, "query_options" }, { "getblock", 1, "verbose" }, { "getblockheader", 1, "verbose" }, { "gettransaction", 1, "include_watchonly" }, -- cgit v1.2.3