connector
This commit is contained in:
parent
200ee557f4
commit
291ef675c0
@ -346,7 +346,7 @@ class Connector:
|
|||||||
if self.block_headers_cache.get(block["hash"]) is not None: return
|
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.deep_synchronization: block["height"] = self.last_block_height + 1
|
||||||
if self.last_block_height >= block["height"]: return
|
if self.last_block_height >= block["height"]: return
|
||||||
if self.active_block.done(): return
|
if not self.active_block.done(): return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user