Skip to content

Commit

Permalink
Merge pull request #61 from BlockMechanic/segwit
Browse files Browse the repository at this point in the history
Update chainparams.cpp
  • Loading branch information
BlockMechanic authored Apr 28, 2022
2 parents 26c9e6b + acd78ea commit 1cc9e73
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(1648426890, 620325, 0x1e0ffff0, 1, 10 * COIN, consensus);
genesis = CreateGenesisBlock(1651116245, 316558, 0x1e0ffff0, 1, 10 * COIN, consensus);
consensus.hashGenesisBlock = genesis.GetHash();
//MineNewGenesisBlock(consensus,genesis);
assert(consensus.hashGenesisBlock == uint256S("0x000004ad3c9b744ff156c8e6226ecd673406b5eccd6df97cf496749096bb99b2"));
assert(consensus.hashGenesisBlock == uint256S("0x00000ad6e0da774842dd60de74d5c061c0c4e88c3e9b5e4497404f443757e6b2"));
assert(genesis.hashMerkleRoot == uint256S("0x80ad356118a9ab8db192db66ef77146cc36d958f959251feace550e4ca3d1446"));

vFixedSeeds.clear();
Expand Down

0 comments on commit 1cc9e73

Please sign in to comment.