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 6185ce5 commit 375978b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rollup/RollupCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ abstract contract RollupCore is IRollupCore, PausableUpgradeable {
* @return Node struct
*/
function getNodeStorage(uint64 nodeNum) internal view returns (Node storage) {
uint y = x;
return _nodes[nodeNum];
}

Expand Down

0 comments on commit 375978b

Please sign in to comment.