diff --git a/share/eds/byzantine/bad_encoding.go b/share/eds/byzantine/bad_encoding.go index 40ada65ca6..fbb6b592ea 100644 --- a/share/eds/byzantine/bad_encoding.go +++ b/share/eds/byzantine/bad_encoding.go @@ -103,7 +103,7 @@ func (p *BadEncodingProof) UnmarshalBinary(data []byte) error { } var ( - errHeightMismatch = errors.New("block's height does not match with the header's height") + errHeightMismatch = errors.New("height reported in proof does not match with the header's height") errIncorrectIndex = errors.New("row/col index is more then the roots amount") errIncorrectAmountOfShares = errors.New("incorrect amount of shares") errIncorrectShare = errors.New("incorrect share received")