Merge pull request #184 from tnakagawa/fixd-listunspent

[upstream #10627] fixed listunspent rpc convert parameter
This commit is contained in:
Gregory Sanders 2017-06-21 21:25:29 -04:00 committed by GitHub
commit 9647e5cc28

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" },