diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-05-17 09:08:04 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-05-17 09:11:52 +0200 |
commit | 9390845c53e36e8339e02ec6ee0626a719a484cf (patch) | |
tree | 30d7cdbcb482256a3c137ed48e3dd5494b000573 /src/rpc/client.cpp | |
parent | 541199788c106ef1fbf8dddaa48c13f4cd6f49fc (diff) | |
parent | bc63d0ed3b96fa0bda9da1de383f3b5898c4c93e (diff) |
Merge #8952: Add query options to listunspent RPC call
bc63d0e Add query options to listunspent rpc call (Pedro Branco)
Tree-SHA512: 2d296eee8df4e7ac378206ac3003a300e6478502d4b814f1ed1a47614222b01cc35dba871345ced68629860c227aff2c9e4b7f0d4ed0aa7de8b04f26c983580f
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" }, |