fixed listunspent rpc convert parameter

This commit is contained in:
tnaka 2017-06-19 11:12:23 +09:00
parent 8fed03f63c
commit 789cb198ea

View file

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