changed BitcoinMainnet.PERSIST back to True
authorForrest Voight <forrest@forre.st>
Tue, 29 Nov 2011 06:04:06 +0000 (01:04 -0500)
committerForrest Voight <forrest@forre.st>
Tue, 29 Nov 2011 06:09:14 +0000 (01:09 -0500)
p2pool/data.py

index 810cee6..f5135cb 100644 (file)
@@ -777,7 +777,7 @@ class BitcoinMainnet(networks.BitcoinMainnet):
     NAME = 'bitcoin'
     P2P_PORT = 9333
     MAX_TARGET = 2**256//2**32 - 1
-    PERSIST = False
+    PERSIST = True
     WORKER_PORT = 9332
 
 class BitcoinTestnet(networks.BitcoinTestnet):