From 99bcbb4b4152c7bd3ec6574b312b3d30a060c978 Mon Sep 17 00:00:00 2001 From: Javier Chatruc Date: Tue, 10 Sep 2024 15:25:21 -0300 Subject: [PATCH] Format --- system-contracts/contracts/ContractDeployer.sol | 1 - 1 file changed, 1 deletion(-) 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);