Skip to content

Commit 8cc7f9e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verkle/eip7748/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _generic_conversion(
4141
pre_state[accounts[account_idx]] = Account(balance=100 + 1000 * i)
4242
account_idx += 1
4343

44-
target_accounts: list[Address] = {}
44+
target_accounts: list[Address] = []
4545
for i, account_config in enumerate(account_configs):
4646
storage = {}
4747
for j in range(account_config.storage_slots_count):

0 commit comments

Comments
 (0)