We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ccd54 commit 8cc7f9eCopy full SHA for 8cc7f9e
tests/verkle/eip7748/utils.py
@@ -41,7 +41,7 @@ def _generic_conversion(
41
pre_state[accounts[account_idx]] = Account(balance=100 + 1000 * i)
42
account_idx += 1
43
44
- target_accounts: list[Address] = {}
+ target_accounts: list[Address] = []
45
for i, account_config in enumerate(account_configs):
46
storage = {}
47
for j in range(account_config.storage_slots_count):
0 commit comments