add verbosity option:2

This commit is contained in:
Daniel Cousens 2017-08-24 17:02:30 +10:00 committed by GitHub
parent 10046124a3
commit 87a0b1e9fb

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 %}