Skip to content

Commit

Permalink
Set v9 to start on block 1144000 in production.
Browse files Browse the repository at this point in the history
  • Loading branch information
denravonska committed Jan 8, 2018
1 parent 855f452 commit a23ec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ inline uint32_t IsV9Enabled(int nHeight)
{
return fTestNet
? nHeight >= 399000
: nHeight >= 2000000;
: nHeight >= 1144000;
}

inline int GetSuperblockAgeSpacing(int nHeight)
Expand Down

0 comments on commit a23ec59

Please sign in to comment.