MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

src/test/blockchain_tests.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44BOOST_FIXTURE_TEST_SUITE(blockchain_tests, BasicTestingSetup)
45
46BOOST_AUTO_TEST_CASE(get_difficulty_for_very_low_target)
47{
48 TestDifficulty(0x1f111111, 0.000001);
49}
50
51BOOST_AUTO_TEST_CASE(get_difficulty_for_low_target)
52{

Callers

nothing calls this directly

Calls 3

TestDifficultyFunction · 0.85
GetDifficultyFunction · 0.85
RejectDifficultyMismatchFunction · 0.85

Tested by

no test coverage detected