From 13aa3e2a52d0a8c726e17c6caa52e1172fd09fdd Mon Sep 17 00:00:00 2001 From: 4tochka Date: Wed, 8 May 2019 04:21:14 +0400 Subject: [PATCH] connector --- build/lib.macosx-10.9-x86_64-3.7/pybtc/connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lib.macosx-10.9-x86_64-3.7/pybtc/connector.py b/build/lib.macosx-10.9-x86_64-3.7/pybtc/connector.py index e014bef..9ff4f36 100644 --- a/build/lib.macosx-10.9-x86_64-3.7/pybtc/connector.py +++ b/build/lib.macosx-10.9-x86_64-3.7/pybtc/connector.py @@ -380,7 +380,7 @@ class Connector: if self.utxo_data: if not self.deep_synchronization: self.utxo.destroy_utxo(block["height"]) - elif block["height"] % 200 == 0: + elif block["height"] % 500 == 0: self.utxo.destroy_utxo(block["height"]) self.blocks_processed_count += 1