mirror of
git://holbrook.no/eth-accounts-index
synced 2026-05-14 01:48:42 +02:00
Remove spammy logline
This commit is contained in:
@@ -116,7 +116,6 @@ class AccountsIndex(TxFactory):
|
||||
l = len(r)
|
||||
m = v[:l]
|
||||
if m != r:
|
||||
logg.error('method mismatch, expected {}, got {}'.format(r, m))
|
||||
raise RequestMismatchException(v)
|
||||
cursor += l
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = eth-accounts-index
|
||||
version = 0.1.2
|
||||
version = 0.1.3
|
||||
description = Accounts index evm contract tooling with permissioned writes
|
||||
author = Louis Holbrook
|
||||
author_email = dev@holbrook.no
|
||||
|
||||
Reference in New Issue
Block a user