Skip to content

Commit de81293

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

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
@@ -812,7 +812,7 @@ func groupKeys(keys keylist, depth byte) []keylist {
812812
}
813813

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

0 commit comments

Comments
 (0)