Skip to content

Commit

Permalink
removed onlyL1 modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Sep 18, 2024
1 parent e22300c commit 0623d31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract MockElection is IsL2Check {
return true;
}

function activate(address) external onlyL1 returns (bool) {
function activate(address) external returns (bool) {
return true;
}

Expand Down

0 comments on commit 0623d31

Please sign in to comment.