diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblock.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblock.md index e6d7c87e..dd1c73d6 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblock.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblock.md @@ -118,8 +118,8 @@ The `getblock` RPC {{summary_getBlock}} - n: "→
`previousblockhash`" t: "string (hex)" - p: "Required
(exactly 1)" - d: "The hash of the header of the previous block, encoded as hex in RPC byte order" + p: "Optional
(0 or 1)" + d: "The hash of the header of the previous block, encoded as hex in RPC byte order. Not returned for genesis block" - n: "→
`nextblockhash`" t: "string (hex)"