From 410c2fad2130d29d9ee20d09cf620d944659fb1b Mon Sep 17 00:00:00 2001 From: "Agent@BackendIM" Date: Wed, 28 May 2025 22:05:47 +0000 Subject: [PATCH] s --- app/services/scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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