Commit 0da744d2 authored by inphi's avatar inphi

clarify response in agreed path dispute

parent b73e4ba4
...@@ -68,7 +68,9 @@ The next step is to determine if the claim, now known to be for the opposing tea ...@@ -68,7 +68,9 @@ The next step is to determine if the claim, now known to be for the opposing tea
disputes another claim the honest challenger _agrees_ with. disputes another claim the honest challenger _agrees_ with.
An honest challenger agrees with a claim iff every other claim along its path to the An honest challenger agrees with a claim iff every other claim along its path to the
root claim commits to a valid `ClaimHash`. Put differently, an honest challenger will root claim commits to a valid `ClaimHash`. Put differently, an honest challenger will
avoid countering a claim if it disagrees with the path of claims leading to that specific claim. avoid countering a claim if it disagrees with the path of claims leading to that
specific claim. But if the honest challenger agrees with the path leading to the claim,
then the claim is countered.
The last step is to determine whether the claim has a valid commitment (i.e. `ClaimHash`). The last step is to determine whether the claim has a valid commitment (i.e. `ClaimHash`).
If the `ClaimHash` matches the honest challenger's at the same trace index, then we If the `ClaimHash` matches the honest challenger's at the same trace index, then we
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment