Skip to content

Commit

Permalink
feat(backed-up-arbitrator): implement storage
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Sep 15, 2018
1 parent b2e95ef commit a33b11d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions contracts/standard/arbitration/BackedUpArbitrator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,10 @@ import "./CentralizedArbitrator.sol";
* @dev A centralized arbitrator that can be appealed when not responsive.
*/
contract BackedUpArbitrator is CentralizedArbitrator, Arbitrable {
/* Enums */



/* Structs */



/* Events */



/* Storage */


Arbitrator public backUp;
mapping(uint => uint) public creationTimes;

/* Modifiers */

Expand Down

0 comments on commit a33b11d

Please sign in to comment.