aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2017-04-10 09:28:56 -0400
committerAndrew Chow <achow101-github@achow101.com>2017-05-12 11:58:42 -0400
commite3c9f2ddb1e49f719cc1f3f7cc2a98626bee4364 (patch)
treec92124fca8f4072f8d436d11b69ef8fb33bdf15b /src/rpc/client.cpp
parentc99ab3ca4b2363b721d6582cf22d5d41896d1037 (diff)
downloadbitcoin-e3c9f2ddb1e49f719cc1f3f7cc2a98626bee4364.tar.xz
Use a verbosity instead of two verbose parameters
Verbose is changed to an int. This can have values from 0-2 for each level of verbosity. Verbosity level 2 has transaction details displayed in the results.
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r--src/rpc/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index 35bc5d6a82..9a43649d23 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -77,7 +77,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "listunspent", 0, "minconf" },
{ "listunspent", 1, "maxconf" },
{ "listunspent", 2, "addresses" },
- { "getblock", 1, "verbose" },
+ { "getblock", 1, "verbosity" },
{ "getblockheader", 1, "verbose" },
{ "gettransaction", 1, "include_watchonly" },
{ "getrawtransaction", 1, "verbose" },