Commit b73e4ba4 authored by inphi's avatar inphi

reword per review comments

parent 95c7ef5c
...@@ -67,8 +67,8 @@ This means an honest challenger only responds to claims made by the opposing tea ...@@ -67,8 +67,8 @@ This means an honest challenger only responds to claims made by the opposing tea
The next step is to determine if the claim, now known to be for the opposing team, The next step is to determine if the claim, now known to be for the opposing team,
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`. Thus, an honest challenger avoids supporting root claim commits to a valid `ClaimHash`. Put differently, an honest challenger will
invalid claims on the same team. avoid countering a claim if it disagrees with the path of claims leading to that specific claim.
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