fix address format in logs
authorThomasV <thomasv@gitorious>
Tue, 20 Nov 2012 01:09:39 +0000 (05:09 +0400)
committerThomasV <thomasv@gitorious>
Tue, 20 Nov 2012 01:09:39 +0000 (05:09 +0400)
backends/bitcoind/blockchain_processor.py

index 7891f68..db02313 100644 (file)
@@ -498,7 +498,7 @@ class BlockchainProcessor(Processor):
                       "read:%0.2f "%(t1 - t00), 
                       "proc:%.2f "%(t2-t1), 
                       "write:%.2f "%(t3-t2), 
-                      "max:", max_len, max_addr)
+                      "max:", max_len, hash_160_to_bc_address(max_addr))
 
         for addr in self.batch_list.keys(): self.invalidate_cache(addr)