Skip to content

Commit

Permalink
Added mainnet PoW upgrade fork height
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmeier authored Jun 28, 2018
1 parent 39399c4 commit 0aafc64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ class BitcoinGoldMainnet(BitcoinGoldBase):
PREMINE_SIZE = 8000
BTG_HEIGHT = 491407

LWMA_HEIGHT = maxsize
LWMA_HEIGHT = 536200

EQUIHASH_FORK_HEIGHT = maxsize
EQUIHASH_FORK_HEIGHT = 536200

POW_LIMIT = 0x0007ffffffff0000000000000000000000000000000000000000000000000000
POW_LIMIT_START = 0x0000000fffff0000000000000000000000000000000000000000000000000000
Expand Down

0 comments on commit 0aafc64

Please sign in to comment.