Skip to content

Commit

Permalink
eip4762: gas fix for selfdestruct subtest
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Oct 21, 2024
1 parent 32fad71 commit 26aa41b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_self_destruct(
(26_203 + 2099, True, False, False),
(26_203 + 2100, True, True, False),
(26_203 + 2100 + 3500 + 3500 + 699, False, True, False),
(26_203 + 2100 + 7000 + 3099 + 700, False, True, True),
(26_203 + 2100 + 3500 + 3500 + 700, False, True, True),
],
ids=[
"existing_beneficiary_insufficient_beneficiary_basic_data",
Expand Down

0 comments on commit 26aa41b

Please sign in to comment.