Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions category/execution/ethereum/execute_transaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,11 @@ Receipt ExecuteTransaction<traits>::execute_final(
}

// finalize state, Eqn. 77-79
//
// Runs after the coinbase award above, which under EIP-8246 decides the
// outcome for a beneficiary destructed in this transaction: the award is
// what leaves it holding a balance and preserved, rather than empty and
// deleted by EIP-161.
state.destruct_suicides<traits>();
state.destruct_touched_dead();

Expand Down
Loading
Loading