Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Jun 27, 2024
1 parent 96e7a53 commit 5cf37b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod/primitives/pkg/merkle/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ var (
// zero, which is invalid.
ErrZeroDepth = errors.New("depth must be greater than 0")

// ErrDepthExceedsLimitDepth indicates that the depth provided for the Merkle
// ErrDepthExceedsLimitDepth indicates that the depth provided for the
// Merkle
// tree exceeds the specified limit depth.
ErrDepthExceedsLimitDepth = errors.New(
"depth exceeds the specified limit depth",
Expand Down

0 comments on commit 5cf37b2

Please sign in to comment.