corrected head/tail confusion
authorForrest Voight <forrest@forre.st>
Thu, 1 Dec 2011 17:18:23 +0000 (12:18 -0500)
committerForrest Voight <forrest@forre.st>
Thu, 1 Dec 2011 17:18:23 +0000 (12:18 -0500)
p2pool/data.py

index 9d5882c..c3b5a4b 100644 (file)
@@ -587,7 +587,7 @@ class OkayTracker(bitcoin_data.Tracker):
         
         
         if p2pool.DEBUG:
-            print len(self.verified.tails), "chain tails and", len(self.verified.tails.get(best_tail, [])), 'chain heads. Top 10 tails:'
+            print len(self.verified.tails), "chain tails and", len(self.verified.tails.get(best_tail, [])), 'chain heads. Top 10 heads:'
             if len(scores) > 10:
                 print '    ...'
             for h in scores[-10:]: