Skip to content

Commit

Permalink
fix(EVM): Simplify set constructing bytecode hash (N-07) (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov authored Dec 30, 2024
1 parent 20bcb74 commit ad62263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-contracts/contracts/ContractDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ contract ContractDeployer is IContractDeployer, SystemContractBase {
}

// 2. Set the constructed code hash on the account
_storeConstructingByteCodeHashOnAddress(
ACCOUNT_CODE_STORAGE_SYSTEM_CONTRACT.storeAccountConstructingCodeHash(
_newAddress,
// Dummy EVM bytecode hash just to call emulator.
// The second byte is `0x01` to indicate that it is being constructed.
Expand Down

0 comments on commit ad62263

Please sign in to comment.