Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchatruc committed Sep 10, 2024
1 parent 4d005d3 commit 99bcbb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system-contracts/contracts/ContractDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 99bcbb4

Please sign in to comment.