From 239cc4880b48a19ce6887f0ce793d959c128f04c Mon Sep 17 00:00:00 2001 From: Edmund Edgar Date: Fri, 23 Feb 2024 13:51:49 +0900 Subject: [PATCH] fix formatting --- docs/interactions.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/interactions.md b/docs/interactions.md index 1ba5c655..3de5342a 100644 --- a/docs/interactions.md +++ b/docs/interactions.md @@ -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 @@ -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.