Skip to content

Commit

Permalink
Update outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IAvecilla committed Aug 23, 2024
1 parent 6513092 commit a049e93
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ pub(crate) fn new_vm_state<S: WriteStorage, H: HistoryMode>(
default_aa_code_hash: h256_to_u256(
system_env.base_system_smart_contracts.default_aa.hash,
),
// For now, the default account hash is used as the code hash for the EVM simulator.
// In the 1.5.0 version, it is not possible to instantiate EVM bytecode.
evm_simulator_code_hash: h256_to_u256(
system_env.base_system_smart_contracts.evm_simulator.hash,
),
Expand Down

0 comments on commit a049e93

Please sign in to comment.