Permalink
Browse files

[rpc] fix verbose argument for getblock in bitcoin-cli

  • Loading branch information...
1 parent 7397af9 commit 58e9864083118b538a46124f034c18dd582f4209 @jnewbery jnewbery committed Jul 5, 2017
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/rpc/client.cpp
View
@@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "listunspent", 3, "include_unsafe" },
{ "listunspent", 4, "query_options" },
{ "getblock", 1, "verbosity" },
+ { "getblock", 1, "verbose" },
{ "getblockheader", 1, "verbose" },
{ "getchaintxstats", 0, "nblocks" },
{ "gettransaction", 1, "include_watchonly" },

0 comments on commit 58e9864

Please sign in to comment.