aboutsummaryrefslogtreecommitdiff
path: root/src/test/coins_tests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-09-26 09:14:19 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-09 11:20:12 -0400
commitfae43a97ca947cd0802392e9bb86d9d0572c0fba (patch)
treeef72f69f145352b6c0a0a03cc5401711321e1e1b /src/test/coins_tests.cpp
parentab765c2ec7db042142298cdd6ca9c2f04cca8598 (diff)
downloadbitcoin-fae43a97ca947cd0802392e9bb86d9d0572c0fba.tar.xz
test: Seed test RNG context for each test case, print seed
Diffstat (limited to 'src/test/coins_tests.cpp')
-rw-r--r--src/test/coins_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp
index 948591196c..f9682b1d56 100644
--- a/src/test/coins_tests.cpp
+++ b/src/test/coins_tests.cpp
@@ -279,7 +279,7 @@ UtxoData::iterator FindRandomFrom(const std::set<COutPoint> &utxoSet) {
// has the expected effect (the other duplicate is overwritten at all cache levels)
BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
{
- SeedInsecureRand(/* deterministic */ true);
+ SeedInsecureRand(SeedRand::ZEROS);
g_mock_deterministic_tests = true;
bool spent_a_duplicate_coinbase = false;