From f5c716526aaafb318a98e974c8b2fbe02870646b Mon Sep 17 00:00:00 2001 From: Tomo Ueda Date: Thu, 2 Sep 2021 12:54:43 -0700 Subject: really s/doge/dis/g this time --- src/test/main_tests.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/test/main_tests.cpp') diff --git a/src/test/main_tests.cpp b/src/test/main_tests.cpp index 143c63243..5d1448bd8 100644 --- a/src/test/main_tests.cpp +++ b/src/test/main_tests.cpp @@ -15,7 +15,7 @@ BOOST_FIXTURE_TEST_SUITE(main_tests, TestingSetup) static void TestBlockSubsidyHalvings(const Consensus::Params& consensusParams) { - // tested in dogecoin_tests.cpp + // tested in discoin_tests.cpp //int maxHalvings = 64; //CAmount nInitialSubsidy = 50 * COIN; @@ -33,7 +33,7 @@ static void TestBlockSubsidyHalvings(const Consensus::Params& consensusParams) static void TestBlockSubsidyHalvings(int nSubsidyHalvingInterval) { - // tested in dogecoin_tests.cpp + // tested in discoin_tests.cpp //Consensus::Params consensusParams; //consensusParams.nSubsidyHalvingInterval = nSubsidyHalvingInterval; //TestBlockSubsidyHalvings(consensusParams); @@ -41,7 +41,7 @@ static void TestBlockSubsidyHalvings(int nSubsidyHalvingInterval) BOOST_AUTO_TEST_CASE(block_subsidy_test) { - // tested in dogecoin_tests.cpp + // tested in discoin_tests.cpp //TestBlockSubsidyHalvings(Params(CBaseChainParams::MAIN).GetConsensus()); // As in main //TestBlockSubsidyHalvings(150); // As in regtest //TestBlockSubsidyHalvings(1000); // Just another interval @@ -49,7 +49,7 @@ BOOST_AUTO_TEST_CASE(block_subsidy_test) BOOST_AUTO_TEST_CASE(subsidy_limit_test) { - // tested in dogecoin_tests.cpp + // tested in discoin_tests.cpp //const Consensus::Params& consensusParams = Params(CBaseChainParams::MAIN).GetConsensus(); //CAmount nSum = 0; //for (int nHeight = 0; nHeight < 14000000; nHeight += 1000) { -- cgit v1.2.3