diff --git a/evm_arithmetization/src/cpu/kernel/asm/core/create_contract_account.asm b/evm_arithmetization/src/cpu/kernel/asm/core/create_contract_account.asm index ddeee0e62..a614f9fa8 100644 --- a/evm_arithmetization/src/cpu/kernel/asm/core/create_contract_account.asm +++ b/evm_arithmetization/src/cpu/kernel/asm/core/create_contract_account.asm @@ -4,6 +4,7 @@ %macro create_contract_account // stack: address DUP1 %insert_touched_addresses + DUP1 %append_created_contracts DUP1 %mpt_read_state_trie // stack: existing_account_ptr, address // If the account doesn't exist, there's no need to check its balance or nonce, @@ -27,7 +28,6 @@ %%add_account: // stack: existing_balance, address - DUP2 %append_created_contracts DUP2 PUSH 1 // stack: is_contract, address, existing_balance, address %journal_add_account_created