connector
This commit is contained in:
parent
acb28f1992
commit
4fac408b7e
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user