| 38 | } |
| 39 | |
| 40 | BOOST_AUTO_TEST_CASE(block_subsidy_test) |
| 41 | { |
| 42 | const auto chainParams = CreateChainParams(CBaseChainParams::MAIN); |
| 43 | TestBlockSubsidyHalvings(chainParams->GetConsensus()); // As in main |
| 44 | TestBlockSubsidyHalvings(150); // As in regtest |
| 45 | TestBlockSubsidyHalvings(1000); // Just another interval |
| 46 | } |
| 47 | |
| 48 | BOOST_AUTO_TEST_CASE(subsidy_limit_test) |
| 49 | { |
nothing calls this directly
no test coverage detected