From 0ff0daa8c2deb69f7f18c372fbb2cd759c1eded6 Mon Sep 17 00:00:00 2001 From: Forrest Voight Date: Fri, 9 Dec 2011 16:54:12 -0500 Subject: [PATCH] incremented p2p protocol version --- p2pool/p2p.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/p2pool/p2p.py b/p2pool/p2p.py index 87c2ef1..0c64188 100644 --- a/p2pool/p2p.py +++ b/p2pool/p2p.py @@ -13,7 +13,7 @@ from p2pool.bitcoin import data as bitcoin_data from p2pool.util import deferral, dicts class Protocol(bitcoin_p2p.BaseProtocol): - version = 1 + version = 2 sub_version = p2pool.__version__ def __init__(self, node): -- 1.7.1