Skip to content

Commit

Permalink
send p2p version 70002
Browse files Browse the repository at this point in the history
send p2p version 70002 to work properly on new LTC daemon
  • Loading branch information
Rav3nPL committed Nov 1, 2013
1 parent ad585f4 commit b4c62b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/bitcoin/p2p.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, net):

def connectionMade(self):
self.send_version(
version=32200,
version=70002,
services=1,
time=int(time.time()),
addr_to=dict(
Expand Down

0 comments on commit b4c62b4

Please sign in to comment.