Skip to content

Commit 55af989

Browse files
committed
cleanup
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 8cc7f9e commit 55af989

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

tests/verkle/eip7748/unmodified_accounts.py

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,11 @@
2626
[AccountConfig(15, 2)],
2727
[AccountConfig(31 * 2 + 1, 3)], # 3 code-chunks + 3 slots + account data = stride
2828
[AccountConfig(0, 0), AccountConfig(15, 2)],
29-
[
30-
AccountConfig(0, 0),
31-
AccountConfig(31 + 1, 3),
32-
],
33-
[
34-
AccountConfig(15, 2),
35-
AccountConfig(0, 0),
36-
],
37-
[
38-
AccountConfig(31 + 1, 3),
39-
AccountConfig(0, 0),
40-
],
41-
[
42-
AccountConfig(5, 1),
43-
AccountConfig(8, 1),
44-
],
45-
[
46-
AccountConfig(5, 2),
47-
AccountConfig(8, 1),
48-
],
29+
[AccountConfig(0, 0), AccountConfig(31 + 1, 3)],
30+
[AccountConfig(15, 2), AccountConfig(0, 0)],
31+
[AccountConfig(31 + 1, 3), AccountConfig(0, 0)],
32+
[AccountConfig(5, 1), AccountConfig(8, 1)],
33+
[AccountConfig(5, 2), AccountConfig(8, 1)],
4934
[AccountConfig(0, stride - 1)],
5035
],
5136
ids=[

0 commit comments

Comments
 (0)