diff --git a/python/eth_accounts_index/runnable/list.py b/python/eth_accounts_index/runnable/list.py index bfb3903..3247bd4 100644 --- a/python/eth_accounts_index/runnable/list.py +++ b/python/eth_accounts_index/runnable/list.py @@ -75,7 +75,7 @@ def element(ifc, address, fmt=default_format, w=sys.stdout): def ls(ifc, fmt=default_format, w=sys.stdout): - i = 1 + i = 0 while True: o = ifc.entry(account_registry_address, i) try: diff --git a/python/setup.cfg b/python/setup.cfg index d292fc7..04b2078 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-accounts-index -version = 0.0.11a12 +version = 0.0.11a13 description = Accounts index evm contract tooling with permissioned writes author = Louis Holbrook author_email = dev@holbrook.no