This commit is contained in:
Agent@BackendIM 2025-05-28 22:05:47 +00:00
parent e0880e1fe5
commit 410c2fad21

View File

@ -246,7 +246,7 @@ class BlockScanner:
def get_scan_status(self) -> Dict: def get_scan_status(self) -> Dict:
""" """
Get the current status of the block scanner Get the current status of the block scanners
""" """
last_block = self.db.query(Block).order_by(Block.slot.desc()).first() last_block = self.db.query(Block).order_by(Block.slot.desc()).first()
last_scan_time = None last_scan_time = None