Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
decryp2kanon committed May 12, 2020
1 parent 4fb5fe1 commit f1d9d68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class CMainParams : public CChainParams {

// The best chain should have at least this much work.
// TODO.SUGAR.UPDATE
// (510*510*17)+1 = 4421701
// (510*510*17)+1=4421701
// getblockhash 4421701 && "chainwork"
consensus.nMinimumChainWork = uint256S("0000000000000000000000000000000000000000000000000000214f0c90bb88");

Expand Down Expand Up @@ -281,8 +281,8 @@ class CMainParams : public CChainParams {
{511, uint256S("ef160a17b4ecc855d00dd6ce051df72f1e690d91811b74c50751ada2e14c5f1a")},
{512, uint256S("094afbe86930e4950c601fde563cd2c7b9d050c1b567ad6fe48ae3b15a705ebb")},
{900000, uint256S("8a566a463925cf028cb427edb6d4d18a9c1213bf472d9032369c4e45449eb71c")},
{2601511, uint256S("e30af0fcf522354f43c3ab2cfb4805d175b1264608b6124eab0b635bdea2589d")}, // 2601511 = 2601001+510
{4422211, uint256S("1f4186606aaab3cb3818f073599602e573476da9fed0b65c9f14646210d6b18f")}, // 4422211 = 4421701+510
{2601511, uint256S("e30af0fcf522354f43c3ab2cfb4805d175b1264608b6124eab0b635bdea2589d")}, // 2601511=2601001+510
{4422211, uint256S("1f4186606aaab3cb3818f073599602e573476da9fed0b65c9f14646210d6b18f")}, // 4422211=4421701+510
// TODO.SUGAR.UPDATE
}
};
Expand Down

0 comments on commit f1d9d68

Please sign in to comment.