Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartArray committed Apr 1, 2021
1 parent 2d8894b commit db58b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/blockchain_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ BOOST_AUTO_TEST_CASE(get_difficulty_for_very_high_target)
}

// Verify that difficulty is 0.00024414 for an empty chain.
// Genesis Block (scrypt pow) has 0x1e0ffff0 set as difficulty.
BOOST_AUTO_TEST_CASE(get_difficulty_for_null_tip)
{
double difficulty = GetDifficulty(nullptr);
Expand Down

0 comments on commit db58b1e

Please sign in to comment.