| 46 | } |
| 47 | |
| 48 | BOOST_AUTO_TEST_CASE(block_subsidy_test) |
| 49 | { |
| 50 | const auto chainParams = CreateChainParams(*m_node.args, ChainType::MAIN); |
| 51 | TestBlockSubsidyHalvings(chainParams->GetConsensus()); // As in main |
| 52 | TestBlockSubsidyHalvings(150); // As in regtest |
| 53 | TestBlockSubsidyHalvings(1000); // Just another interval |
| 54 | } |
| 55 | |
| 56 | BOOST_AUTO_TEST_CASE(subsidy_limit_test) |
| 57 | { |
nothing calls this directly
no test coverage detected