From f91d2be91e5a7485ada5e8f3173c444094165005 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 10 May 2022 23:53:15 -0400 Subject: [PATCH] log if address status index is turned on --- scribe/db/db.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scribe/db/db.py b/scribe/db/db.py index e4db988..8cdb643 100644 --- a/scribe/db/db.py +++ b/scribe/db/db.py @@ -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