connector
This commit is contained in:
parent
1c89ae4765
commit
edca404152
@ -82,7 +82,7 @@ class UTXO():
|
|||||||
if not checkpoint_found:
|
if not checkpoint_found:
|
||||||
for i in reversed(self.pending_saved):
|
for i in reversed(self.pending_saved):
|
||||||
self.cached.append({i: self.pending_saved[i]})
|
self.cached.append({i: self.pending_saved[i]})
|
||||||
self.log.critical("checkpoint not found " + str(self.checkpoints))
|
self.log.critical("checkpoint not found " +str(lb) +" > "+ str(self.checkpoints))
|
||||||
return
|
return
|
||||||
# self.log.critical("checkpoints " + str(self.checkpoints) + " > " + str(checkpoint))
|
# self.log.critical("checkpoints " + str(self.checkpoints) + " > " + str(checkpoint))
|
||||||
# self.log.critical("found checkpoint " + str(lb) + " len " + str(len(utxo)) + " cached " + str(len(self.cached)) )
|
# self.log.critical("found checkpoint " + str(lb) + " len " + str(len(utxo)) + " cached " + str(len(self.cached)) )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user