Remove spam logline bump version

This commit is contained in:
nolash 2021-03-21 14:03:39 +01:00
parent 2efe10162e
commit 9dda0e6dea
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,6 @@ def is_checksum_address(address_hex):
hx = to_checksum(address_hex)
except ValueError:
return False
print('{} {}'.format(hx, address_hex))
return hx == address_hex

View File

@ -24,7 +24,7 @@ f.close()
setup(
name="crypto-dev-signer",
version="0.4.14a2",
version="0.4.14a3",
description="A signer and keystore daemon and library for cryptocurrency software development",
author="Louis Holbrook",
author_email="dev@holbrook.no",