Skip to content

Commit ebd2c17

Browse files
committed
chore: tests
1 parent f767717 commit ebd2c17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

script/releases/CrosschainDeployLib.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ library CrosschainDeployLib {
3030
function deployEmptyContract(
3131
address deployer
3232
) internal returns (address) {
33-
address computedAddress =
34-
computeCrosschainAddress(deployer, keccak256(type(EmptyContract).creationCode), type(EmptyContract).name);
35-
if (computedAddress.code.length != 0) return computedAddress;
3633
return _deployCrosschain(deployer, type(EmptyContract).creationCode, type(EmptyContract).name);
3734
}
3835

0 commit comments

Comments
 (0)