From 58e9864083118b538a46124f034c18dd582f4209 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Wed, 5 Jul 2017 12:09:58 +0100 Subject: [rpc] fix verbose argument for getblock in bitcoin-cli --- src/rpc/client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpc/client.cpp') diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index cb1539dce5..e87210003b 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -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" }, -- cgit v1.2.3