connector

This commit is contained in:
4tochka 2019-05-17 13:24:26 +04:00
parent 200ee557f4
commit 291ef675c0

View File

@ -346,7 +346,7 @@ class Connector:
if self.block_headers_cache.get(block["hash"]) is not None: return
if self.deep_synchronization: block["height"] = self.last_block_height + 1
if self.last_block_height >= block["height"]: return
if self.active_block.done(): return
if not self.active_block.done(): return
try: