Skip to content

Commit

Permalink
remove spurious comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundedgar committed Nov 28, 2023
1 parent f65d166 commit 66e8897
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/AdjudicationFramework.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 66e8897

Please sign in to comment.