s/nameecoin/namecoin/ 0.8.6
authorForrest Voight <forrest.voight@gmail.com>
Fri, 17 Feb 2012 15:36:22 +0000 (10:36 -0500)
committerForrest Voight <forrest.voight@gmail.com>
Fri, 17 Feb 2012 15:36:22 +0000 (10:36 -0500)
p2pool/bitcoin/networks.py

index 432928e..3e85e2f 100644 (file)
@@ -40,7 +40,7 @@ nets = dict(
         SANE_MAX_TARGET=2**256//2**32 - 1,
     ),
     
-    nameecoin=math.Object(
+    namecoin=math.Object(
         P2P_PREFIX='f9beb4fe'.decode('hex'),
         P2P_PORT=8334,
         ADDRESS_VERSION=52,