Skip to content

Commit

Permalink
Increment protocol version to 3501
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoomim committed Feb 8, 2020
1 parent 5174de1 commit d041d4f
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 = 3301
VERSION = 3501

max_remembered_txs_size = 25000000

Expand Down

0 comments on commit d041d4f

Please sign in to comment.