Include first command in list

This commit is contained in:
nolash 2021-05-14 16:35:23 +02:00
parent 1493f7d860
commit 87d108e034
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ def element(ifc, address, fmt=default_format, w=sys.stdout):
def ls(ifc, fmt=default_format, w=sys.stdout): def ls(ifc, fmt=default_format, w=sys.stdout):
i = 1 i = 0
while True: while True:
o = ifc.entry(account_registry_address, i) o = ifc.entry(account_registry_address, i)
try: try:

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = eth-accounts-index name = eth-accounts-index
version = 0.0.11a12 version = 0.0.11a13
description = Accounts index evm contract tooling with permissioned writes description = Accounts index evm contract tooling with permissioned writes
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no