Skip to content

Commit

Permalink
chore: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Oct 25, 2023
1 parent 7face31 commit c434508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/eds/byzantine/bad_encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c434508

Please sign in to comment.