don't add new histories to the log during reorgs
authorThomasV <thomasv@gitorious>
Sat, 24 Nov 2012 08:32:00 +0000 (12:32 +0400)
committerThomasV <thomasv@gitorious>
Sat, 24 Nov 2012 08:32:00 +0000 (12:32 +0400)
backends/bitcoind/blockchain_processor.py

index ef41793..6f4390f 100644 (file)
@@ -460,7 +460,7 @@ class BlockchainProcessor(Processor):
 
                     # re-add them to the history
                     self.add_to_history( prevout_addr, x.get('prevout_hash'), x.get('prevout_n'), prevout_height)
-                    print_log( "new hist for", hash_160_to_bc_address(prevout_addr), self.deserialize(self.batch_list[prevout_addr]) )
+                    # print_log( "new hist for", hash_160_to_bc_address(prevout_addr), self.deserialize(self.batch_list[prevout_addr]) )
 
         # write
         max_len = 0