Skip to content

Commit

Permalink
add some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
godzillaba committed Mar 1, 2024
1 parent c7bd25b commit b5a0253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rollup/RollupCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ abstract contract RollupCore is IRollupCore, PausableUpgradeable {
address public stakeToken;
uint256 public minimumAssertionPeriod;


// adding some lines
mapping(address => bool) public isValidator;

// Stakers become Zombies after losing a challenge
Expand Down

0 comments on commit b5a0253

Please sign in to comment.