Skip to content

Commit

Permalink
require peers to be version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
squidicuzz committed Jun 29, 2016
1 parent 777a1f6 commit 7d52c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/networks/bitcoin.py
Expand Up @@ -24,4 +24,4 @@
VERSION_CHECK = lambda v: None if 100000 <= v else 'Bitcoin version too old. Upgrade to 0.11.2 or newer!' # not a bug. BIP65 support is ensured by SOFTFORKS_REQUIRED
VERSION_WARNING = lambda v: None
SOFTFORKS_REQUIRED = set(['bip65', 'csv'])
MINIMUM_PROTOCOL_VERSION = 1500
MINIMUM_PROTOCOL_VERSION = 1600

0 comments on commit 7d52c04

Please sign in to comment.