connector

This commit is contained in:
4tochka 2019-05-01 00:48:37 +04:00
parent d6544983c3
commit 6639219537

View File

@ -413,8 +413,6 @@ class Connector:
if "previousblockhash" not in block :
return
lb = self.block_cache.get_last_key()
self.log.critical(str(lb))
self.log.critical(str(block["previousblockhash"]))
if lb is None and not self.last_block_height:
return
if self.block_cache.get_last_key() != block["previousblockhash"]: