mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-28 16:36:04 +01:00
Add query options to listunspent rpc call
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
541199788c
commit
bc63d0ed3b
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user