Skip to content

Commit e0c4061

Browse files
committed
fix typo
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent ead3a25 commit e0c4061

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
@@ -836,7 +836,7 @@ func groupKeys(keys keylist, depth byte) []keylist {
836836
}
837837

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

0 commit comments

Comments
 (0)