mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2024-11-21 17:26:47 +01:00
remove bogus spammy error
This commit is contained in:
parent
aed92e96d3
commit
1ed9da5a42
@ -217,7 +217,6 @@ class ERC20(TxFactory):
|
|||||||
l = len(r)
|
l = len(r)
|
||||||
m = v[:l]
|
m = v[:l]
|
||||||
if m != r:
|
if m != r:
|
||||||
logg.error('method mismatch, expected {}, got {}'.format(r, m))
|
|
||||||
raise RequestMismatchException(v)
|
raise RequestMismatchException(v)
|
||||||
cursor += l
|
cursor += l
|
||||||
|
|
||||||
@ -244,7 +243,6 @@ class ERC20(TxFactory):
|
|||||||
l = len(r)
|
l = len(r)
|
||||||
m = v[:l]
|
m = v[:l]
|
||||||
if m != r:
|
if m != r:
|
||||||
logg.error('method mismatch, expected {}, got {}'.format(r, m))
|
|
||||||
raise RequestMismatchException(v)
|
raise RequestMismatchException(v)
|
||||||
cursor += l
|
cursor += l
|
||||||
|
|
||||||
@ -273,7 +271,6 @@ class ERC20(TxFactory):
|
|||||||
l = len(r)
|
l = len(r)
|
||||||
m = v[:l]
|
m = v[:l]
|
||||||
if m != r:
|
if m != r:
|
||||||
logg.error('method mismatch, expected {}, got {}'.format(r, m))
|
|
||||||
raise RequestMismatchException(v)
|
raise RequestMismatchException(v)
|
||||||
cursor += l
|
cursor += l
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = eth-erc20
|
name = eth-erc20
|
||||||
version = 0.2.0
|
version = 0.2.1
|
||||||
description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens.
|
description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens.
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
Loading…
Reference in New Issue
Block a user