diff --git a/system-contracts/contracts/ContractDeployer.sol b/system-contracts/contracts/ContractDeployer.sol index 3b32c7014..39ce48eb4 100644 --- a/system-contracts/contracts/ContractDeployer.sol +++ b/system-contracts/contracts/ContractDeployer.sol @@ -543,7 +543,6 @@ contract ContractDeployer is IContractDeployer, SystemContractBase { } } - bytes32 codeHash = _getEvmCodeHash(_newAddress); require(codeHash != 0x0, "The code hash must be set after the constructor call"); emit ContractDeployed(_sender, codeHash, _newAddress);