mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Dev Docs: RPCs: GetBlock: Correct prevblock field
The genesis block results don't return this field.
This commit is contained in:
parent
b4611c4901
commit
62f4513b40
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ The `getblock` RPC {{summary_getBlock}}
|
|||
|
||||
- n: "→<br>`previousblockhash`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The hash of the header of the previous block, encoded as hex in RPC byte order"
|
||||
p: "Optional<br>(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: "→<br>`nextblockhash`"
|
||||
t: "string (hex)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue