diff --git a/app/services/scanner.py b/app/services/scanner.py index d35174b..d99f6c2 100644 --- a/app/services/scanner.py +++ b/app/services/scanner.py @@ -246,7 +246,7 @@ class BlockScanner: 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_scan_time = None