setup.py
[p2pool.git] / p2p.py
diff --git a/p2p.py b/p2p.py
index e5e5e11..c0fec4e 100644 (file)
--- a/p2p.py
+++ b/p2p.py
@@ -16,7 +16,7 @@ import util
 #     1: send entire share (low latency, high bandwidth)
 
 class Protocol(bitcoin_p2p.BaseProtocol):
-    version = 0
+    version = 1
     sub_version = ''
     
     def __init__(self, node):