Skip to content

Commit

Permalink
Revert "Fix SELFDESTRUCT (#487)"
Browse files Browse the repository at this point in the history
This reverts commit 092d98b.
  • Loading branch information
Nashtare committed Aug 13, 2024
1 parent c468927 commit f6b6690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit f6b6690

Please sign in to comment.