Add query options to listunspent rpc call

This commit is contained in:
Pedro Branco
2017-03-07 18:17:32 +00:00
committed by Wladimir J. van der Laan
parent 541199788c
commit bc63d0ed3b
4 changed files with 81 additions and 18 deletions

View File

@@ -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" },