forked from LBRYCommunity/lbry-sdk
remove unused executor
This commit is contained in:
parent
82fe2a4c8d
commit
37ec9ab464
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue