Merge pull request #1769 from dcousens/patch-1

add verbosity option:2
This commit is contained in:
Will Binns 2017-08-24 06:42:53 -06:00 committed by GitHub
commit cc9c60d8c6

View file

@ -27,9 +27,9 @@ The `getblock` RPC {{summary_getBlock}}
{% itemplate ntpd1 %} {% itemplate ntpd1 %}
- n: "Format" - n: "Format"
t: "bool" t: "number"
p: "Optional<br>(0 or 1)" p: "Optional<br>(0, 1 or 2)"
d: "Set to `false` to get the block in serialized block format; set to `true` (the default) to get the decoded block as a JSON object" d: "Set to `0` to get the block in serialized block format; set to `1` (the default) to get the decoded block as a JSON object; set to `2` to get the decoded block as a JSON object with verbose transaction decoding"
{% enditemplate %} {% enditemplate %}