Skip to content

Commit

Permalink
no indexer_task
Browse files Browse the repository at this point in the history
  • Loading branch information
shyba committed Jan 27, 2021
1 parent 641e78e commit a3f3986
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lbry/wallet/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def _start_cancellable(run, *args):
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):
Expand Down

0 comments on commit a3f3986

Please sign in to comment.