log if address status index is turned on
This commit is contained in:
parent
d244136efd
commit
f91d2be91e
1 changed files with 2 additions and 0 deletions
|
@ -828,6 +828,8 @@ class HubDB:
|
||||||
# read db state
|
# read db state
|
||||||
self.read_db_state()
|
self.read_db_state()
|
||||||
|
|
||||||
|
self.logger.info("index address statuses: %s", self._index_address_status)
|
||||||
|
|
||||||
# These are our state as we move ahead of DB state
|
# These are our state as we move ahead of DB state
|
||||||
self.fs_height = self.db_height
|
self.fs_height = self.db_height
|
||||||
self.fs_tx_count = self.db_tx_count
|
self.fs_tx_count = self.db_tx_count
|
||||||
|
|
Loading…
Reference in a new issue