[backport] Use a verbosity instead of two verbose parameters

This commit is contained in:
Gregory Sanders 2018-04-20 12:42:42 -04:00
parent 9f17022c5d
commit 865a47ef70
2 changed files with 38 additions and 20 deletions

View file

@ -82,7 +82,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "listunspent", 1, "maxconf" },
{ "listunspent", 2, "addresses" },
{ "listunspent", 3, "include_unsafe" },
{ "getblock", 1, "verbose" },
{ "getblock", 1, "verbosity" },
{ "getblockheader", 1, "verbose" },
{ "gettransaction", 1, "include_watchonly" },
{ "getrawtransaction", 1, "verbose" },