connector

This commit is contained in:
4tochka 2019-05-28 09:24:48 +04:00
parent acb28f1992
commit 4fac408b7e

View File

@ -363,7 +363,10 @@ class Connector:
if self.utxo_data:
checkpoint = self.utxo.checkpoint
try: self.utxo.checkpoints.append(block["checkpoint"])
try:
self.log.critical("append checkpoint " + str( block["checkpoint"]))
self.utxo.checkpoints.append(block["checkpoint"])
except: pass
if len(self.utxo.cached) > self.utxo.size_limit and \
not self.utxo.save_process and \