From 87d108e034b24fbc71eedf4c067f7a13c714b44a Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 14 May 2021 16:35:23 +0200 Subject: [PATCH] Include first command in list --- python/eth_accounts_index/runnable/list.py | 2 +- python/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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