Skip to content

Commit 935ddfb

Browse files
authored
Merge pull request LIMXTEC#66 from LIMXTEC/dev_3
Set new Minimumwork for Algoswitch
2 parents 45988ac + 99c550f commit 935ddfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class CMainParams : public CChainParams {
143143
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
144144

145145
// The best chain should have at least this much work.
146-
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000000c626cbb40320000"); // BTX
146+
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000005dfab1790ba9fdd"); // BTX
147147

148148
// By default assume that the signatures in ancestors of this block are valid.
149149
consensus.defaultAssumeValid = uint256S("0x580a107e111bea326b64dc098c057a3b96622c1521c23e4f5b51647aa5e41ecb"); // BTX

0 commit comments

Comments
 (0)