mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-22 00:56:46 +01:00
Include first command in list
This commit is contained in:
parent
1493f7d860
commit
87d108e034
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user