fixed listunspent rpc convert parameter
This commit is contained in:
parent
643fa0b22d
commit
e503b2b680
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "listunspent", 0, "minconf" },
|
||||
{ "listunspent", 1, "maxconf" },
|
||||
{ "listunspent", 2, "addresses" },
|
||||
{ "listunspent", 3, "include_unsafe" },
|
||||
{ "listunspent", 4, "query_options" },
|
||||
{ "getblock", 1, "verbosity" },
|
||||
{ "getblockheader", 1, "verbose" },
|
||||
|
|
Loading…
Reference in a new issue