Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Reset the genesis block for 0.0.0.2 prototype binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Mar 19, 2017
1 parent 38c8612 commit b149e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omnicore/rules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ TODO : New chain checkpoints
*/
CMainConsensusParams::CMainConsensusParams()
{
GENESIS_BLOCK = 1130590;
GENESIS_BLOCK = 1171000;
// Notice range for feature activations:
MIN_ACTIVATION_BLOCKS = 2048; // ~2 weeks
MAX_ACTIVATION_BLOCKS = 12288; // ~12 weeks
Expand Down

0 comments on commit b149e4a

Please sign in to comment.