Skip to content

Commit

Permalink
Bump default BlockVersion to 4 for BIP65
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Dec 6, 2015
1 parent 9e37d47 commit d5e6d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eloipool.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
config = importlib.import_module(configmod)

if not hasattr(config, 'BlockVersion'):
config.BlockVersion = 3
config.BlockVersion = 4
config.BlockVersionBytes = struct.pack('<L', config.BlockVersion)

if not hasattr(config, 'ServerName'):
Expand Down

0 comments on commit d5e6d90

Please sign in to comment.