log if address status index is turned on

This commit is contained in:
Jack Robison 2022-05-10 23:53:15 -04:00
parent d244136efd
commit f91d2be91e
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -828,6 +828,8 @@ class HubDB:
# 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
self.fs_height = self.db_height
self.fs_tx_count = self.db_tx_count