remove unused executor

This commit is contained in:
Jack Robison 2021-09-21 12:21:20 -04:00 committed by Victor Shyba
parent a4be5eb1d8
commit b66adfdf78

View file

@ -204,7 +204,6 @@ class BlockProcessor:
self.blocks_event = asyncio.Event()
self.prefetcher = Prefetcher(daemon, env.coin, self.blocks_event)
self.logger = class_logger(__name__, self.__class__.__name__)
self.executor = ThreadPoolExecutor(1)
# Meta
self.touched_hashXs: Set[bytes] = set()