We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91958d6 commit f899580Copy full SHA for f899580
src/test/coins_tests.cpp
@@ -278,6 +278,7 @@ UtxoData::iterator FindRandomFrom(const std::set<COutPoint> &utxoSet) {
278
BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
279
{
280
SeedInsecureRand(/* deterministic */ true);
281
+ g_mock_deterministic_tests = true;
282
283
bool spent_a_duplicate_coinbase = false;
284
// A simple map to track what we expect the cache stack to represent.
@@ -472,6 +473,8 @@ BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
472
473
474
// Verify coverage.
475
BOOST_CHECK(spent_a_duplicate_coinbase);
476
+
477
+ g_mock_deterministic_tests = false;
478
}
479
480
BOOST_AUTO_TEST_CASE(ccoins_serialization)
0 commit comments