Skip to content

Commit

Permalink
"-FORGET
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbd83 committed Feb 21, 2020
1 parent 33b427f commit 222c8af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ static void convertSeed6(std::vector<CAddress>& vSeedsOut, const SeedSpec6* data
// + Contains no strange transactions
static Checkpoints::MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
(300, uint256(b0a11d4eac919b2e7c69831d8f6c1482af4516938aaf1d1757accfb07bd569ed))
(800, uint256(d25f090b7105525c605719a845cea5d9be6d4875b0e2ff74a61fc2c7fd1886aa))
(1300, uint256(89f11dff36edf8aebb6ebad18469591b30e8749f9c8991789c31bdf043d5bb3f))
(2066, uint256(3ad64c593d930a8f7e7a5eae89251fc734c1ddb330034483efbf0da18dbc6a80));
(300, uint256("b0a11d4eac919b2e7c69831d8f6c1482af4516938aaf1d1757accfb07bd569ed"))
(800, uint256("d25f090b7105525c605719a845cea5d9be6d4875b0e2ff74a61fc2c7fd1886aa"))
(1300, uint256("89f11dff36edf8aebb6ebad18469591b30e8749f9c8991789c31bdf043d5bb3f"))
(2066, uint256("3ad64c593d930a8f7e7a5eae89251fc734c1ddb330034483efbf0da18dbc6a80"));

static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
Expand Down

0 comments on commit 222c8af

Please sign in to comment.