restored litecoin_testnet's old MAX_TARGET
authorForrest Voight <forrest@forre.st>
Mon, 12 Nov 2012 16:45:15 +0000 (11:45 -0500)
committerForrest Voight <forrest@forre.st>
Mon, 12 Nov 2012 17:02:02 +0000 (12:02 -0500)
p2pool/networks.py

index 168331c..25472f1 100644 (file)
@@ -74,7 +74,7 @@ nets = dict(
         PREFIX='ad9614f6466a39cf'.decode('hex'),
         P2P_PORT=19338,
         MIN_TARGET=0,
-        MAX_TARGET=2**256 - 1,
+        MAX_TARGET=2**256//2000 - 1,
         PERSIST=False,
         WORKER_PORT=19327,
         BOOTSTRAP_ADDRS='forre.st vps.forre.st'.split(' '),