From 9dda0e6dea4678a55f0efc08fc50d7e57b0d752f Mon Sep 17 00:00:00 2001 From: nolash Date: Sun, 21 Mar 2021 14:03:39 +0100 Subject: [PATCH] Remove spam logline bump version --- crypto_dev_signer/encoding.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto_dev_signer/encoding.py b/crypto_dev_signer/encoding.py index dac0dc8..58ab353 100644 --- 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 index 2738486..ff9bf48 100644 --- 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",