Skip to content

Commit

Permalink
restart chain
Browse files Browse the repository at this point in the history
  • Loading branch information
afghany committed Jan 14, 2019
1 parent 5d60963 commit 830e22e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/checkpoints.cpp
Expand Up @@ -28,8 +28,8 @@ namespace Checkpoints
static MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
( 0, hashGenesisBlock )
(1, uint256("0x0000542aaccb3ec7fe64715aa1c987ed989046cf449dc41bb57f54bfc67f8fe9"))
(742, uint256("0x51ab592bb2500f79f20472cd2e62950c0b9363ef94d5e31eac0dd319c0638671"))
(1, uint256("0x0000d70456275b63036482c211776b848e51a7528b88f5822bd53ecbe73b716a"))
(101, uint256("0x0000000e9e7ecee3a7784437615fbc96b05e337282b7639a43c7a4d6bc772b22"))
;

// TestNet has no checkpoints
Expand Down
2 changes: 1 addition & 1 deletion src/kernel.cpp
Expand Up @@ -15,7 +15,7 @@ typedef std::map<int, unsigned int> MapModifierCheckpoints;
static std::map<int, unsigned int> mapStakeModifierCheckpoints =
boost::assign::map_list_of
( 0, 0xfd11f4e7 )
( 742, 0xbb1fdd36u)
( 101, 0x1fa0bb4du)
;

// Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)
Expand Down

0 comments on commit 830e22e

Please sign in to comment.