Correct signature typo, update deps

This commit is contained in:
nolash 2021-03-25 19:18:37 +01:00
parent a2dc6de76b
commit 4e6aec419d
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ def main():
token_ifc = ERC20()
ifc = TokenUniqueSymbolIndex()
if token_symbol != None:
element(ifc, contract_address, token_ifc, token_symbol, fmt, sys.stdout)
element(ifc, contract_address, token_symbol, fmt, sys.stdout)
else:
ls(ifc, contract_address, token_ifc, fmt, sys.stdout)

View File

@ -1,3 +1,3 @@
confini~=0.3.6rc3
crypto-dev-signer~=0.4.14a5
chainlib~=0.0.1a28
crypto-dev-signer~=0.4.14a9
chainlib~=0.0.1a34

View File

@ -1,6 +1,6 @@
[metadata]
name = eth-address-index
version = 0.1.1a3
version = 0.1.1a4
description = Signed metadata declarations for ethereum addresses
author = Louis Holbrook
author_email = dev@holbrook.no