mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 20:32:35 -03:00
[rpc] fix verbose argument for getblock in bitcoin-cli
This commit is contained in:
parent
7397af9d31
commit
58e9864083
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||||
{ "listunspent", 3, "include_unsafe" },
|
{ "listunspent", 3, "include_unsafe" },
|
||||||
{ "listunspent", 4, "query_options" },
|
{ "listunspent", 4, "query_options" },
|
||||||
{ "getblock", 1, "verbosity" },
|
{ "getblock", 1, "verbosity" },
|
||||||
|
{ "getblock", 1, "verbose" },
|
||||||
{ "getblockheader", 1, "verbose" },
|
{ "getblockheader", 1, "verbose" },
|
||||||
{ "getchaintxstats", 0, "nblocks" },
|
{ "getchaintxstats", 0, "nblocks" },
|
||||||
{ "gettransaction", 1, "include_watchonly" },
|
{ "gettransaction", 1, "include_watchonly" },
|
||||||
|
|
Loading…
Reference in a new issue