mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
fixed listunspent rpc convert parameter
This commit is contained in:
parent
643fa0b22d
commit
e503b2b680
@ -76,6 +76,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||||||
{ "listunspent", 0, "minconf" },
|
{ "listunspent", 0, "minconf" },
|
||||||
{ "listunspent", 1, "maxconf" },
|
{ "listunspent", 1, "maxconf" },
|
||||||
{ "listunspent", 2, "addresses" },
|
{ "listunspent", 2, "addresses" },
|
||||||
|
{ "listunspent", 3, "include_unsafe" },
|
||||||
{ "listunspent", 4, "query_options" },
|
{ "listunspent", 4, "query_options" },
|
||||||
{ "getblock", 1, "verbosity" },
|
{ "getblock", 1, "verbosity" },
|
||||||
{ "getblockheader", 1, "verbose" },
|
{ "getblockheader", 1, "verbose" },
|
||||||
|
Loading…
Reference in New Issue
Block a user