Skip to content

Commit

Permalink
update removal rule of old mainnets
Browse files Browse the repository at this point in the history
  • Loading branch information
hclivess committed Nov 6, 2019
1 parent e773599 commit 7d0fdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fork.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def __init__(self):
self.POW_FORK = 1450000
self.POW_FORK_TESTNET = 894170
self.FORK_AHEAD = 5
self.versions_remove = ['mainnet0019', 'mainnet0018', 'mainnet0017']
self.versions_remove = ['mainnet0020', 'mainnet0019', 'mainnet0018', 'mainnet0017']
self.FORK_REWARD = None
self.FORK_REWARD_TESTNET = None
self.PASSED = False
Expand Down

0 comments on commit 7d0fdc6

Please sign in to comment.