s
This commit is contained in:
parent
e0880e1fe5
commit
410c2fad21
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user