Skip to content

Commit

Permalink
incremented network version to 901
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestv committed Nov 28, 2012
1 parent 82b587c commit 9742ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/p2p.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def connectionMade(self):
self.addr = self.transport.getPeer().host, self.transport.getPeer().port

self.send_version(
version=8,
version=901,
services=0,
addr_to=dict(
services=0,
Expand Down

0 comments on commit 9742ead

Please sign in to comment.