Fix typo
This commit is contained in:
parent
1f97fb3a13
commit
b1dc229785
|
@ -84,7 +84,7 @@ func VerifyConsistencyProof(proof ct.ConsistencyProof, first *ct.SignedTreeHead,
|
||||||
}
|
}
|
||||||
newHash = hashChildren(newHash, proof[0])
|
newHash = hashChildren(newHash, proof[0])
|
||||||
proof = proof[1:]
|
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
|
node /= 2
|
||||||
lastNode /= 2
|
lastNode /= 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue