connector

This commit is contained in:
4tochka 2019-05-13 11:40:42 +04:00
parent f84face482
commit bc3d8c3dea

View File

@ -80,7 +80,7 @@ class UTXO():
self.cached.append({i[0]: (pointer, amount, address)}) self.cached.append({i[0]: (pointer, amount, address)})
self.log.critical("checkpoint not found") self.log.critical("checkpoint not found")
return return
self.log.critical("found checkpoint " + str(lb) + " len" + str(len(utxo))) self.log.critical("found checkpoint " + str(lb) + " len " + str(len(utxo)) + " cached " + str(len(self.cached)) )
# self.log.critical(">" + str(len(self.cached))) # self.log.critical(">" + str(len(self.cached)))
# #