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:
Wladimir J. van der Laan 2017-07-10 17:50:01 +02:00 committed by Pasta
parent a60f1e2b5c
commit 6e2f77933f
No known key found for this signature in database
GPG Key ID: D362C9F7142766AE

View File

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