mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-21 16:46:46 +01:00
Remove spammy logline
This commit is contained in:
parent
191b88f137
commit
09b98d585b
@ -116,7 +116,6 @@ class AccountsIndex(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-accounts-index
|
name = eth-accounts-index
|
||||||
version = 0.1.2
|
version = 0.1.3
|
||||||
description = Accounts index evm contract tooling with permissioned writes
|
description = Accounts index evm contract tooling with permissioned writes
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
pragma solidity >0.6.11;
|
pragma solidity >0.6.11;
|
||||||
|
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
// File-Version: 1
|
||||||
|
|
||||||
contract CustodialAccountIndex {
|
contract CustodialAccountIndex {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user