Skip to content

Commit

Permalink
Monacoin: update regtest params
Browse files Browse the repository at this point in the history
  • Loading branch information
monacoinproject committed Mar 1, 2018
1 parent f01a18c commit 01c622d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ class CRegTestParams : public CChainParams {
nDefaultPort = 20444;
nPruneAfterHeight = 1000;

genesis = CreateGenesisBlock(1296688602, 0, 0x207fffff, 1, 50 * COIN);
genesis = CreateGenesisBlock(1296688602, 1, 0x207fffff, 1, 50 * COIN);
consensus.hashGenesisBlock = genesis.GetHash();
assert(consensus.hashGenesisBlock == uint256S("0xeaa6e60873e6eb045e910fb0f6f62efbf2f137e409abe97ae4bb6ed0eeb9d8c3"));
assert(consensus.hashGenesisBlock == uint256S("0x7543a69d7c2fcdb29a5ebec2fc064c074a35253b6f3072c8a749473aa590a29c"));
// assert(genesis.hashMerkleRoot == uint256S("0x97ddfbbae6be97fd6cdf3e7ca13232a3afff2353e29badfab7f73011edd4ced9"));

vFixedSeeds.clear(); //!< Regtest mode doesn't have any fixed seeds.
Expand All @@ -332,7 +332,7 @@ class CRegTestParams : public CChainParams {

checkpointData = (CCheckpointData) {
{
{ 0, uint256S("0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206")},
{ 0, uint256S("3121f07c5791eea22d053e5a5fcfef0032a2ed38b434a7a53639c63b2ca74718")},
}
};

Expand Down

0 comments on commit 01c622d

Please sign in to comment.