diff --git a/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py b/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py index 95dc7031..08a54185 100644 --- a/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py +++ b/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py @@ -21,7 +21,7 @@ from chainqueue.db.enum import ( StatusBits, ) from chainqueue.error import NotLocalTxError -from chainqueue.state import set_reserved +from chainqueue.sql.state import set_reserved # local imports import cic_eth