mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cli
58e9864
[rpc] fix verbose argument for getblock in bitcoin-cli (John Newbery)
Tree-SHA512: 7f176e1ddd9f3f7722ea0d268549629567ecf0c30bebf368824997566df0bfa01d31cf761abc9ca355e48c0bf0cb06d49d15a02b858999fcb7472dc7df2fbbf2
This commit is contained in:
parent
a60f1e2b5c
commit
6e2f77933f
@ -101,6 +101,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" },
|
||||||
{ "getblockheaders", 1, "count" },
|
{ "getblockheaders", 1, "count" },
|
||||||
{ "getblockheaders", 2, "verbose" },
|
{ "getblockheaders", 2, "verbose" },
|
||||||
|
Loading…
Reference in New Issue
Block a user