no indexer_task

This commit is contained in:
Victor Shyba 2021-01-26 22:30:39 -03:00
parent 0c6eaf5484
commit 78a9bad1e1

View file

@ -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):