diff options
author | John Newbery <john@johnnewbery.com> | 2017-07-05 12:09:58 +0100 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-07-05 12:09:58 +0100 |
commit | 58e9864083118b538a46124f034c18dd582f4209 (patch) | |
tree | f7797d7e417edb33a9ecf8af7228255e8015e4d8 /src/rpc | |
parent | 7397af9d314dd01ca3699efbe6eec68f62a6ef2b (diff) |
[rpc] fix verbose argument for getblock in bitcoin-cli
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, |