This commit is contained in:
Andrew Ayer 2016-07-28 15:52:32 -07:00
parent 1f97fb3a13
commit b1dc229785
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ func VerifyConsistencyProof(proof ct.ConsistencyProof, first *ct.SignedTreeHead,
}
newHash = hashChildren(newHash, proof[0])
proof = proof[1:]
} // else node == lastNode: node is a let child with no sibling in either tree
} // else node == lastNode: node is a left child with no sibling in either tree
node /= 2
lastNode /= 2
}