Skip to content

Commit

Permalink
extra hardened checkpoints added to kernel.cpp
Browse files Browse the repository at this point in the history
Extra hardened checkpoints added to kernel.cpp also.
  • Loading branch information
sandakersmann committed Jan 10, 2019
1 parent dfc815f commit 5b085d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kernel.cpp
Expand Up @@ -42,6 +42,7 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
(219999, 0x91b7444du )
(336000, 0x6c3c8048u )
(371850, 0x9b850bdfu )
(407813, 0x46fe50b5u )
;

static std::map<int, unsigned int> mapStakeModifierTestnetCheckpoints =
Expand All @@ -54,6 +55,7 @@ static std::map<int, unsigned int> mapStakeModifierTestnetCheckpoints =
(336000, 0x8330dc09u )
(372751, 0x123b7387u )
(373484, 0x4e97d40bu )
(380548, 0xbc4d34c1u )
;

// Whether the given coinstake is subject to new v0.3 protocol
Expand Down

0 comments on commit 5b085d0

Please sign in to comment.