diff --git a/types.go b/types.go index 3ec602cf..030e64fb 100644 --- a/types.go +++ b/types.go @@ -46,7 +46,7 @@ type Block struct { type BlockHeader struct { Hash string `json:"hash"` - Prev string `json:"prevblockhash"` + Prev string `json:"previousblockhash"` Next string `json:"nextblockhash"` Height uint32 `json:"height"` Confirmations int `json:"confirmations"`