Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundedgar committed Feb 23, 2024
1 parent 1066a69 commit 8f9affa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ Next step:
RealityETH.resultFor(contest_question_id)
```
Next step:
Next step:
* [Redeem an arbitration](#redeem-an-arbitration)

### Execute an arbitrator removal
### Execute an arbitrator removal
```
Charlie L2 AdjudicationFramework.removeArbitrator(contest_question_id)
Charlie L2 AdjudicationFramework.removeArbitrator(contest_question_id)
RealityETH.resultFor(contest_question_id)
```
Next step:
* [Handle an arbitration](#handle-an-arbitration) to arbitrate the question again with a different arbitrator

Expand Down Expand Up @@ -267,6 +267,7 @@ It's its own transaction on the forkable version because forking for one questio
GovToken.transfer(Bob, 100)
GovToken.transfer(Charlie, 200)
```

Next step:
* If the question is still relevant it can be begun again on either chain or both.

Expand Down

0 comments on commit 8f9affa

Please sign in to comment.