From 66e88979baa852a353a9796752d19093caef58fa Mon Sep 17 00:00:00 2001 From: Edmund Edgar Date: Tue, 28 Nov 2023 03:38:34 +0000 Subject: [PATCH] remove spurious comment --- contracts/AdjudicationFramework.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/AdjudicationFramework.sol b/contracts/AdjudicationFramework.sol index 2356b586..56a8f36f 100644 --- a/contracts/AdjudicationFramework.sol +++ b/contracts/AdjudicationFramework.sol @@ -53,7 +53,6 @@ contract AdjudicationFramework is BalanceHolder, MoneyBoxUser { // AllowList of acceptable arbitrators mapping(address => bool) public arbitrators; - // TODO: Check if we need this, if we do put it in a shareable place to go with the l1 realityeth enum PropositionType { NONE, ADD_ARBITRATOR,