Skip to content

Commit 26aa41b

Browse files
committed
eip4762: gas fix for selfdestruct subtest
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 32fad71 commit 26aa41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verkle/eip4762_verkle_gas_witness/test_selfdestruct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_self_destruct(
8181
(26_203 + 2099, True, False, False),
8282
(26_203 + 2100, True, True, False),
8383
(26_203 + 2100 + 3500 + 3500 + 699, False, True, False),
84-
(26_203 + 2100 + 7000 + 3099 + 700, False, True, True),
84+
(26_203 + 2100 + 3500 + 3500 + 700, False, True, True),
8585
],
8686
ids=[
8787
"existing_beneficiary_insufficient_beneficiary_basic_data",

0 commit comments

Comments
 (0)