Browse Source

Merge pull request #6926

7497e80 tests: Initialize networking on windows (Wladimir J. van der Laan)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
a6d0d623fc
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/test/test_bitcoin.cpp

1
src/test/test_bitcoin.cpp

@ -36,6 +36,7 @@ BasicTestingSetup::BasicTestingSetup(const std::string& chainName) @@ -36,6 +36,7 @@ BasicTestingSetup::BasicTestingSetup(const std::string& chainName)
{
ECC_Start();
SetupEnvironment();
SetupNetworking();
fPrintToDebugLog = false; // don't want to write to debug.log file
fCheckBlockIndex = true;
SelectParams(chainName);

Loading…
Cancel
Save