mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
[backport] Use a verbosity instead of two verbose parameters
This commit is contained in:
parent
9f17022c5d
commit
865a47ef70
2 changed files with 38 additions and 20 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue