funga

Signer and keystore daemon and library for cryptocurrency software development
Log | Files | Refs | README | LICENSE

commit 9dda0e6dea4678a55f0efc08fc50d7e57b0d752f
parent 2efe10162ea08447bfd7da4d9f2a37f041c5c23d
Author: nolash <dev@holbrook.no>
Date:   Sun, 21 Mar 2021 14:03:39 +0100

Remove spam logline bump version

Diffstat:
Mcrypto_dev_signer/encoding.py | 1-
Msetup.py | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/crypto_dev_signer/encoding.py b/crypto_dev_signer/encoding.py @@ -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 diff --git a/setup.py b/setup.py @@ -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",