| 44 | BOOST_FIXTURE_TEST_SUITE(blockchain_tests, BasicTestingSetup) |
| 45 | |
| 46 | BOOST_AUTO_TEST_CASE(get_difficulty_for_very_low_target) |
| 47 | { |
| 48 | TestDifficulty(0x1f111111, 0.000001); |
| 49 | } |
| 50 | |
| 51 | BOOST_AUTO_TEST_CASE(get_difficulty_for_low_target) |
| 52 | { |
nothing calls this directly
no test coverage detected