Skip to content

Commit

Permalink
lower postfork reward for conditional checking
Browse files Browse the repository at this point in the history
  • Loading branch information
hclivess committed Nov 3, 2019
1 parent a74a1a8 commit 8360eb3
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 @@ -8,7 +8,7 @@ def __init__(self):
self.FORK_REWARD_TESTNET = None
self.PASSED = False
self.PASSED_TESTNET = False
self.REWARD_MAX = 11
self.REWARD_MAX = 6

#self.POW_FORK = 1168860 #HACK
#self.versions_remove = [] #HACK
Expand Down

0 comments on commit 8360eb3

Please sign in to comment.