Skip to content

Commit

Permalink
Merge branch 'feature-upgrade-process' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundedgar committed Sep 29, 2023
2 parents 0a140b3 + ade966b commit 8c00ead
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To Reality.eth it looks like a normal arbitrator, implementing the Arbitrator in
To the normal Arbitrator contracts that does its arbitration jobs, it looks like Reality.eth.
*/

contract WhitelistArbitrator is BalanceHolder {
contract AdjudicationFramework is BalanceHolder {
// From RealityETH_ERC20
struct Question {
bytes32 content_hash;

Check warning on line 25 in development/contracts/AdjudicationFramework.sol

View workflow job for this annotation

GitHub Actions / Code linting (16.x, ubuntu-latest)

Variable name must be in mixedCase
Expand Down Expand Up @@ -70,7 +70,7 @@ contract WhitelistArbitrator is BalanceHolder {
mapping(bytes32 => TokenReservation) public token_reservations;
uint256 public reserved_tokens;

// Whitelist of acceptable arbitrators
// Allowlist of acceptable arbitrators
mapping(address => bool) public arbitrators;

// List of arbitrators that are currently being challenged
Expand Down
Loading

0 comments on commit 8c00ead

Please sign in to comment.