Make stragglerfilter pass

This commit is contained in:
lash 2022-04-23 04:35:54 +00:00
parent c02d73c36e
commit 3a83acafe8
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,7 @@
from cic_eth_registry.pytest.fixtures_tokens import *
#from pytest_cic.fixtures_database import *
from cic_eth.pytest.fixtures_database import *
from cic_eth.pytest.fixtures_role import *
from cic_eth.pytest.fixtures_contract import *
from cic_eth.pytest.fixtures_config import *
from cic_eth.pytest.fixtures_token import *

View File

@ -36,15 +36,15 @@ from hexathon import (
strip_0x,
uniform as hex_uniform,
)
# local imports
from cic_eth.runnable.daemons.filters.straggler import StragglerFilter
from cic_eth.eth.gas import cache_gas_data
from cic_eth.queue.query import (
get_tx_local,
get_account_tx_local,
)
# local imports
from cic_sync_filter.straggler import StragglerFilter
logg = logging.getLogger()