diff options
| author | MarcoFalke <[email protected]> | 2019-09-26 09:14:19 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-10-09 11:20:12 -0400 |
| commit | fae43a97ca947cd0802392e9bb86d9d0572c0fba (patch) | |
| tree | ef72f69f145352b6c0a0a03cc5401711321e1e1b /src/test/pmt_tests.cpp | |
| parent | Merge #16577: util: CBufferedFile fixes and unit test (diff) | |
| download | archived-discoin-fae43a97ca947cd0802392e9bb86d9d0572c0fba.tar.xz archived-discoin-fae43a97ca947cd0802392e9bb86d9d0572c0fba.zip | |
test: Seed test RNG context for each test case, print seed
Diffstat (limited to 'src/test/pmt_tests.cpp')
| -rw-r--r-- | src/test/pmt_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/pmt_tests.cpp b/src/test/pmt_tests.cpp index c5513ae9f..b886b512e 100644 --- a/src/test/pmt_tests.cpp +++ b/src/test/pmt_tests.cpp @@ -30,7 +30,6 @@ BOOST_FIXTURE_TEST_SUITE(pmt_tests, BasicTestingSetup) BOOST_AUTO_TEST_CASE(pmt_test1) { - SeedInsecureRand(false); static const unsigned int nTxCounts[] = {1, 4, 7, 17, 56, 100, 127, 256, 312, 513, 1000, 4095}; for (int i = 0; i < 12; i++) { |