connector

This commit is contained in:
4tochka 2019-05-18 01:35:01 +04:00
parent b3d9e4f367
commit 0dd5672404

View File

@ -48,7 +48,7 @@ class BlockLoader:
if next(iter(self.parent.block_preload._store)) <= self.parent.last_block_height:
for i in range(next(iter(self.parent.block_preload._store)),
self.parent.last_block_height + 1):
try: del self.parent.block_preload.cached[i]
try: del self.parent.block_preload._store[i]
except: pass
except asyncio.CancelledError: