fix for commit fixing memory issues
authorForrest Voight <forrest@forre.st>
Thu, 28 Jul 2011 01:09:32 +0000 (21:09 -0400)
committerForrest Voight <forrest@forre.st>
Thu, 28 Jul 2011 01:09:32 +0000 (21:09 -0400)
p2pool/bitcoin/p2p.py

index 9ac30bb..852643b 100644 (file)
@@ -314,7 +314,7 @@ class ClientFactory(protocol.ReconnectingClientFactory):
         return self.conn.get_not_none()
 
 class HeaderWrapper(object):
-    target = -1
+    target = 0
     __slots__ = 'hash previous_hash'.split(' ')
     
     def __init__(self, header):