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