From 87a0b1e9fb31059c80853204557d23264356f39c Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Thu, 24 Aug 2017 17:02:30 +1000 Subject: [PATCH] add verbosity option:2 --- _includes/devdoc/bitcoin-core/rpcs/rpcs/getblock.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblock.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblock.md index b3b90b4d..baa43b43 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblock.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblock.md @@ -27,9 +27,9 @@ The `getblock` RPC {{summary_getBlock}} {% itemplate ntpd1 %} - n: "Format" - t: "bool" - p: "Optional
(0 or 1)" - 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" + t: "number" + p: "Optional
(0, 1 or 2)" + 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 %}