commit ef072a182fcab1080fa8563d04ad88271c97a2b9
parent 3e6ca98be9f754d521d6cff0f36a93c213cc5291
Author: lash <dev@holbrook.no>
Date: Tue, 5 Apr 2022 19:12:09 +0000
Remove misleading spammy error
Diffstat:
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/python/erc20_faucet/interface.py b/python/erc20_faucet/interface.py
@@ -93,7 +93,6 @@ class Faucet(TxFactory):
l = len(r)
m = v[:l]
if m != r:
- logg.error('method mismatch, expected {}, got {}'.format(r, m))
raise RequestMismatchException(v)
cursor += l
diff --git a/python/requirements.txt b/python/requirements.txt
@@ -1,2 +1,2 @@
-confini~=0.5.1
-chainlib-eth~=0.0.10
+confini>=0.5.6,<0.7.0
+chainlib-eth>=0.0.10,<=0.1.0
diff --git a/python/setup.cfg b/python/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = erc20-faucet
-version = 0.3.2
+version = 0.3.5
description = ERC20 token faucet
author = Louis Holbrook
author_email = dev@holbrook.no