Skip to content

Commit

Permalink
Merge pull request #90 from BlockMechanic/segwit
Browse files Browse the repository at this point in the history
Update chainparams.cpp
  • Loading branch information
BlockMechanic authored Aug 8, 2022
2 parents b1e3fd6 + 3f2d06e commit d898cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,10 @@ class CTestNetParams : public CChainParams {
CScript genscript(addrdata.begin(), addrdata.end());
consensus.mandatory_coinbase_destination = genscript;

genesis = CreateGenesisBlock(1659429370, 551064, 0x1e0ffff0, 1, 10 * COIN, consensus);
genesis = CreateGenesisBlock(1659953647, 265873, 0x1e0ffff0, 1, 10 * COIN, consensus);
consensus.hashGenesisBlock = genesis.GetHash();
//MineNewGenesisBlock(consensus,genesis);
assert(consensus.hashGenesisBlock == uint256S("0x000003e4d706ae2480a9b269042d8c9c493a216a328103a4bdb9656b93818307"));
assert(consensus.hashGenesisBlock == uint256S("0x00000cc30b3ddef3ebaca9315510176a7e2ea849094d391d11faff36f520a3de"));
assert(genesis.hashMerkleRoot == uint256S("0x80ad356118a9ab8db192db66ef77146cc36d958f959251feace550e4ca3d1446"));

vFixedSeeds.clear();
Expand Down

0 comments on commit d898cfb

Please sign in to comment.