typo
authorForrest Voight <forrest@forre.st>
Sun, 24 Jul 2011 15:28:40 +0000 (11:28 -0400)
committerForrest Voight <forrest@forre.st>
Sun, 24 Jul 2011 15:28:40 +0000 (11:28 -0400)
p2pool/data.py

index 538222b..49859c2 100644 (file)
@@ -159,7 +159,7 @@ class Share(object):
         self.time_seen = time.time()
         self.shared = False
     
-    def as_block(self, tracke, net):
+    def as_block(self, tracker, net):
         if self.other_txs is None:
             raise ValueError('share does not contain all txs')