types: fix BlockHeader.Prev
This commit is contained in:
parent
787a8ea906
commit
d264ff2dc7
2
types.go
2
types.go
@ -46,7 +46,7 @@ type Block struct {
|
|||||||
|
|
||||||
type BlockHeader struct {
|
type BlockHeader struct {
|
||||||
Hash string `json:"hash"`
|
Hash string `json:"hash"`
|
||||||
Prev string `json:"prevblockhash"`
|
Prev string `json:"previousblockhash"`
|
||||||
Next string `json:"nextblockhash"`
|
Next string `json:"nextblockhash"`
|
||||||
Height uint32 `json:"height"`
|
Height uint32 `json:"height"`
|
||||||
Confirmations int `json:"confirmations"`
|
Confirmations int `json:"confirmations"`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user