We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3eb2d commit de81293Copy full SHA for de81293
tree.go
@@ -812,7 +812,7 @@ func groupKeys(keys keylist, depth byte) []keylist {
812
}
813
814
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
+ // Each internal node that is part of the proof needs to load all its
816
// children since it's needed for proof openings.
817
childrenKey := make([]byte, n.depth+1)
818
copy(childrenKey, key[:n.depth])
0 commit comments