Make register filter pass

This commit is contained in:
lash 2022-04-23 04:32:41 +00:00
parent 8a30b297a8
commit 85a0984848
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ from hexathon import (
strip_0x,
add_0x,
)
from cic_eth.queue.query import get_account_tx_local
# local imports
from cic_eth.runnable.daemons.filters.register import RegistrationFilter
from cic_eth.queue.query import get_account_tx_local
from cic_sync_filter.register import RegistrationFilter
logg = logging.getLogger()