We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee66fa commit c951492Copy full SHA for c951492
lib/ethereum/block.rb
@@ -500,7 +500,7 @@ def apply_transaction(tx)
500
501
if post_hardfork?(:spurious_dragon)
502
touched.each do |addr, gas|
503
- if account_exists(addr) && account_is_empty(addr)
+ if account_is_dead(addr)
504
# revert GCALLNEWACCOUNT cost first
505
if gas > 0
506
apply_tx_refund tx.sender, gas, tx.gasprice
0 commit comments