ignore cancelled error
This commit is contained in:
parent
cc6bdd6295
commit
58df2b9bcf
1 changed files with 2 additions and 0 deletions
|
@ -651,6 +651,8 @@ class BlockProcessor:
|
||||||
self.prefetcher.main_loop(self.height),
|
self.prefetcher.main_loop(self.height),
|
||||||
self._process_prefetched_blocks()
|
self._process_prefetched_blocks()
|
||||||
])
|
])
|
||||||
|
except asyncio.CancelledError:
|
||||||
|
raise
|
||||||
except:
|
except:
|
||||||
self.logger.exception("Block processing failed!")
|
self.logger.exception("Block processing failed!")
|
||||||
raise
|
raise
|
||||||
|
|
Loading…
Reference in a new issue