Skip to content

Commit

Permalink
Merge pull request #869 from gurukamath/EIP-1153-fix
Browse files Browse the repository at this point in the history
EIP-1153 minor bug fix
  • Loading branch information
gurukamath authored Feb 5, 2024
2 parents 9f5abbd + a2b6007 commit a5d66a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum/cancun/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def rollback_transaction(
if not state._snapshots:
state._created_accounts.clear()

if transient_storage:
if transient_storage and transient_storage._snapshots:
transient_storage._tries = transient_storage._snapshots.pop()


Expand Down

0 comments on commit a5d66a2

Please sign in to comment.