test: Seed test RNG context for each test case, print seed

This commit is contained in:
MarcoFalke
2019-09-26 09:14:19 -04:00
parent ab765c2ec7
commit fae43a97ca
9 changed files with 46 additions and 15 deletions

View File

@@ -119,8 +119,6 @@ BOOST_FIXTURE_TEST_SUITE(sighash_tests, BasicTestingSetup)
BOOST_AUTO_TEST_CASE(sighash_test)
{
SeedInsecureRand(false);
#if defined(PRINT_SIGHASH_JSON)
std::cout << "[\n";
std::cout << "\t[\"raw_transaction, script, input_index, hashType, signature_hash (result)\"],\n";