We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a7153 commit ef0b012Copy full SHA for ef0b012
src/test/coins_tests.cpp
@@ -279,6 +279,8 @@ UtxoData::iterator FindRandomFrom(const std::set<COutPoint> &utxoSet) {
279
// has the expected effect (the other duplicate is overwritten at all cache levels)
280
BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
281
{
282
+ SeedInsecureRand(/* deterministic */ true);
283
+
284
bool spent_a_duplicate_coinbase = false;
285
// A simple map to track what we expect the cache stack to represent.
286
std::map<COutPoint, Coin> result;
0 commit comments