mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-07-01 10:35:33 +02:00
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…
x
Reference in New Issue
Block a user