Skip to content

Commit 56b32d7

Browse files
committed
fix typo
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 8d89807 commit 56b32d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ func groupKeys(keys keylist, depth byte) []keylist {
773773
}
774774

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

0 commit comments

Comments
 (0)