types: fix BlockHeader.Prev

pull/1/head
Jan Pochyla 2017-09-11 13:03:08 +02:00
parent 787a8ea906
commit d264ff2dc7
1 changed files with 1 additions and 1 deletions

View File

@ -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"`