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 8d89807 commit 56b32d7Copy full SHA for 56b32d7
tree.go
@@ -773,7 +773,7 @@ func groupKeys(keys keylist, depth byte) []keylist {
773
}
774
775
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
+ // Each internal node that is part of the proof needs to load all its
777
// children since it's needed for proof openings.
778
childrenKey := make([]byte, n.depth+1)
779
copy(childrenKey, key[:n.depth])
0 commit comments