Skip to content

Commit

Permalink
Min chain work testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
aguycalled authored Jul 9, 2024
1 parent 7653fe3 commit 155fa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ static CBlock CreateGenesisBlock(uint32_t nTime, uint32_t nNonce, uint32_t nBits
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 0; // No activation delay

consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000b6a51f415a67c0da307");
consensus.defaultAssumeValid = uint256S("0x0000000000000093bcb68c03a9a168ae252572d348a2eaeba2cdf9231d73206f"); // 2500000
consensus.nMinimumChainWork = uint256{};
consensus.defaultAssumeValid = uint256{}; // 2500000

pchMessageStart[0] = 0xd5;
pchMessageStart[1] = 0xaa;
Expand Down

0 comments on commit 155fa9a

Please sign in to comment.