Skip to content

Commit

Permalink
Merge pull request #66 from BlockMechanic/segwit
Browse files Browse the repository at this point in the history
Update chainparams.cpp
  • Loading branch information
BlockMechanic authored May 17, 2022
2 parents eba5a20 + b541a3b commit 7196604
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 @@ -292,10 +292,10 @@ class CTestNetParams : public CChainParams {
m_assumed_blockchain_size = 1;
m_assumed_chain_state_size = 1;

genesis = CreateGenesisBlock(1651116245, 316558, 0x1e0ffff0, 1, 10 * COIN, consensus);
genesis = CreateGenesisBlock(1652728167, 313229, 0x1e0ffff0, 1, 10 * COIN, consensus);
consensus.hashGenesisBlock = genesis.GetHash();
//MineNewGenesisBlock(consensus,genesis);
assert(consensus.hashGenesisBlock == uint256S("0x00000ad6e0da774842dd60de74d5c061c0c4e88c3e9b5e4497404f443757e6b2"));
assert(consensus.hashGenesisBlock == uint256S("0x000002e98cb578ba29508547f36cf87f8aee2e94d8fcdd873ac41aa7e8f95e9c"));
assert(genesis.hashMerkleRoot == uint256S("0x80ad356118a9ab8db192db66ef77146cc36d958f959251feace550e4ca3d1446"));

vFixedSeeds.clear();
Expand Down

0 comments on commit 7196604

Please sign in to comment.