Skip to content

Commit

Permalink
update minimum chainwork
Browse files Browse the repository at this point in the history
  • Loading branch information
flo071 authored Jan 4, 2021
1 parent 31628af commit 4e61003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class CMainParams : public CChainParams {
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 1640995199; // December 31, 2021

// The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000e1ab5ec9348e9f4b8eb8154");
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000000000000000100010");

// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0x000006a09dc95e0eb30c677e1c8a01080e2c49d1dd22ad1479492c61ffde9177"); // 0
Expand Down

0 comments on commit 4e61003

Please sign in to comment.