no indexer_task
This commit is contained in:
parent
0c6eaf5484
commit
78a9bad1e1
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ class Server:
|
|||
await self.db.populate_header_merkle_cache()
|
||||
await _start_cancellable(self.mempool.keep_synchronized)
|
||||
await _start_cancellable(self.session_mgr.serve, self.notifications)
|
||||
self.cancellable_tasks.append(asyncio.create_task(indexer_task(self.bp.sql.claim_queue)))
|
||||
|
||||
async def stop(self):
|
||||
for task in reversed(self.cancellable_tasks):
|
||||
|
|
Loading…
Reference in a new issue