Make stragglerfilter pass
This commit is contained in:
parent
c02d73c36e
commit
3a83acafe8
@ -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 *
|
||||
|
@ -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()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user