Skip to content

Commit

Permalink
chore: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Jun 27, 2023
1 parent f4f88db commit 1d6b2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/util/malicious/hasher.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const (
var _ hash.Hash = (*Hasher)(nil)

var (
ErrInvalidNodeLen = errors.New("invalid NMT node size")
ErrInvalidLeafLen = errors.New("invalid NMT leaf size")
ErrInvalidNodeLen = errors.New("invalid NMT node size")
ErrInvalidLeafLen = errors.New("invalid NMT leaf size")
)

type Hasher struct {
Expand Down

0 comments on commit 1d6b2b0

Please sign in to comment.