Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/0x0aNL/p2pool-0x0a
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aNL committed Dec 22, 2016
2 parents 5b226f9 + bcabab8 commit d5e2be8
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 @@ -25,7 +25,7 @@ def fragment(f, **kwargs):
fragment(f, **dict((k, v[len(v)//2:]) for k, v in kwargs.iteritems()))

class Protocol(p2protocol.Protocol):
VERSION = 1400
VERSION = 1600

max_remembered_txs_size = 2500000

Expand Down

0 comments on commit d5e2be8

Please sign in to comment.