Skip to content

Commit

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

// uninitialized
uint x;


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

0 comments on commit 6185ce5

Please sign in to comment.