fixed listunspent rpc convert parameter

This commit is contained in:
tnaka 2017-06-19 11:48:57 +09:00 committed by langerhans
parent 3c1fa13921
commit b3d9bbc7dc

View file

@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "listunspent", 0, "minconf" },
{ "listunspent", 1, "maxconf" },
{ "listunspent", 2, "addresses" },
{ "listunspent", 3, "include_unsafe" },
{ "listunspent", 4, "query_options" },
{ "getblock", 1, "verbose" },
{ "getblockheader", 1, "verbose" },