Browse Source

tests: Initialize networking on windows

0.13
Wladimir J. van der Laan 9 years ago
parent
commit
7497e805bd
  1. 1
      src/test/test_bitcoin.cpp

1
src/test/test_bitcoin.cpp

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

Loading…
Cancel
Save