separated p2pool and bitcoin network definitions
[p2pool.git] / p2pool / bitcoin / p2p.py
index 7bd2f8c..98ec95b 100644 (file)
@@ -106,7 +106,7 @@ class BaseProtocol(protocol.Protocol):
 
 class Protocol(BaseProtocol):
     def __init__(self, net):
-        self._prefix = net.BITCOIN_P2P_PREFIX
+        self._prefix = net.P2P_PREFIX
     
     version = 0