Skip to content

Commit

Permalink
Update hasher.go
Browse files Browse the repository at this point in the history
Co-authored-by: h5law <[email protected]>
Signed-off-by: Daniel Olshansky <[email protected]>
  • Loading branch information
Olshansk and h5law authored Jun 4, 2024
1 parent 2594f1b commit 77ba35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hasher.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ type valueHasher struct {
trieHasher
}

// nilPathHasher is a dummy hasher that returns its input - it should not be used outside of the closest proof verification logic
type nilPathHasher struct {
hashSize int
}
Expand Down

0 comments on commit 77ba35d

Please sign in to comment.