Update comments in chainparams.cpp.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood
2016-10-22 13:28:05 +01:00
parent a5fd8da7ba
commit 789914e7b0
2 changed files with 2 additions and 10 deletions

View File

@@ -36,7 +36,6 @@ BOOST_AUTO_TEST_CASE(get_next_work_pow_limit)
int64_t nLastRetargetTime = 1231006505; // Block #0 of Bitcoin
int64_t nThisTime = 1233061996; // Block #2015 of Bitcoin
arith_uint256 bnAvg;
// TODO change once the harder genesis block is generated
bnAvg.SetCompact(0x2003ffff);
BOOST_CHECK_EQUAL(0x2003ffff,
CalculateNextWorkRequired(bnAvg, nThisTime, nLastRetargetTime, params));