|
|
@ -1150,7 +1150,7 @@ func (data *EvidenceData) FromProto(eviData *tmproto.EvidenceData) error { |
|
|
|
// BlockID
|
|
|
|
type BlockID struct { |
|
|
|
Hash tmbytes.HexBytes `json:"hash"` |
|
|
|
PartSetHeader PartSetHeader `json:"parts"` |
|
|
|
PartSetHeader PartSetHeader `json:"part_set_header"` |
|
|
|
} |
|
|
|
|
|
|
|
// Equals returns true if the BlockID matches the given BlockID
|
|
|
|