connector

This commit is contained in:
4tochka 2019-05-28 09:22:12 +04:00
parent d949e2b0f9
commit acb28f1992

View File

@ -54,7 +54,7 @@ class UTXO():
if not self.checkpoints: return
self.save_process = True
try:
self.log.critical("create checkpoint")
self.log.critical("create checkpoint " + str( self.checkpoints))
i = self.cached.peek_last_item()
self.checkpoints = sorted(self.checkpoints)
checkpoint = self.checkpoints.pop(0)