Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Oct 18, 2023
1 parent ead3a25 commit e0c4061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ func groupKeys(keys keylist, depth byte) []keylist {
}

func (n *InternalNode) GetAndLoadForProof(key []byte, resolver NodeResolverFn) ([]byte, error) {
// Each internal node that is part of the proof needs to load all it's
// Each internal node that is part of the proof needs to load all its
// children since it's needed for proof openings.
childrenKey := make([]byte, n.depth+1)
copy(childrenKey, key[:n.depth])
Expand Down

0 comments on commit e0c4061

Please sign in to comment.