Commit bbe99444 authored by inphi's avatar inphi

relax specified ordering of responses

parent 202c3227
...@@ -52,10 +52,9 @@ claims made against the root claim - in effect, "playing the game". ...@@ -52,10 +52,9 @@ claims made against the root claim - in effect, "playing the game".
### Counter Claims ### Counter Claims
When a new claim is made in a dispute game with a [game tree](./fault-dispute-game.md#game-tree) For every claim made in a dispute game with a [game tree](./fault-dispute-game.md#game-tree)
depth in the range of `[1, MAX_DEPTH]`, the honest challenger processes it and performs depth in the range of `[1, MAX_DEPTH]`, the honest challenger processes them and performs
a response. If multiple claims are observed since the last sync, a response.
the honest challenger responds to them in chronological order.
To determine the appropriate response, the challenger first needs to know which To determine the appropriate response, the challenger first needs to know which
[_team_](./fault-dispute-game.md#team-dynamics) it belongs to. [_team_](./fault-dispute-game.md#team-dynamics) it belongs to.
......
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