connector
This commit is contained in:
parent
0a00eebdc7
commit
ee65693d78
@ -66,7 +66,7 @@ class UTXO():
|
|||||||
block_changed = True
|
block_changed = True
|
||||||
lb = i[1][0] >> 42
|
lb = i[1][0] >> 42
|
||||||
if lb - 1 == checkpoint:
|
if lb - 1 == checkpoint:
|
||||||
if len(self.cached) > int(self.size_limit * 0.9):
|
if len(self.cached) > int(self.size_limit * 0.7):
|
||||||
if self.checkpoints:
|
if self.checkpoints:
|
||||||
checkpoint = self.checkpoints.pop(0)
|
checkpoint = self.checkpoints.pop(0)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user