connector
This commit is contained in:
parent
ec09b8e8b8
commit
4004af4b34
@ -44,6 +44,7 @@ class BlockLoader:
|
||||
else:
|
||||
# clear unused cache
|
||||
if self.parent.block_preload._store:
|
||||
self.log.warning(">>>" + str(next(iter(self.parent.block_preload._store))))
|
||||
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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user