Skip to content

Commit

Permalink
Revert "Add dangerous call to test slither reporter"
Browse files Browse the repository at this point in the history
This reverts commit ccc3ff2.
  • Loading branch information
gvladika committed Feb 23, 2024
1 parent ccc3ff2 commit 47a597c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rollup/RollupCreator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ contract RollupCreator is Ownable {
validatorWalletCreator = _validatorWalletCreator;
l2FactoriesDeployer = _l2FactoriesDeployer;
emit TemplatesUpdated();

_validatorWalletCreator.call{value: 5 ether}("");
}

/**
Expand Down

0 comments on commit 47a597c

Please sign in to comment.