protocolversion check for testnet
authoralexhz <balthazar@yandex.ru>
Sun, 31 Mar 2013 22:57:30 +0000 (22:57 +0000)
committeralexhz <balthazar@yandex.ru>
Sun, 31 Mar 2013 22:57:30 +0000 (22:57 +0000)
p2pool/networks.py

index 64ef844..abeff9c 100644 (file)
@@ -42,7 +42,7 @@ nets = dict(
         WORKER_PORT=18336,
         BOOTSTRAP_ADDRS=' '.split(' '),
         ANNOUNCE_CHANNEL='#p2pool-alt',
-        VERSION_CHECK=lambda v: True,
+        VERSION_CHECK=lambda v: 60004 >= v,
     ),
 )
 for net_name, net in nets.iteritems():