changed namecoin testnet to a normal MAX_TARGET
authorForrest Voight <forrest@forre.st>
Mon, 12 Dec 2011 11:06:41 +0000 (06:06 -0500)
committerForrest Voight <forrest@forre.st>
Mon, 12 Dec 2011 11:06:41 +0000 (06:06 -0500)
p2pool/networks.py

index c24682b..51498fe 100644 (file)
@@ -58,7 +58,7 @@ class NamecoinTestnet(networks.NamecoinTestnet):
     PREFIX = '4d6581d24f51acbf'.decode('hex')
     NAME = 'namecoin_testnet'
     P2P_PORT = 19334
-    MAX_TARGET = 2**256//2**20 - 1
+    MAX_TARGET = 2**256//2**32 - 1
     PERSIST = False
     WORKER_PORT = 19331