tests: Initialize networking on windows

pull/262/head
Wladimir J. van der Laan 9 years ago
parent a6e80e4017
commit 7497e805bd

@ -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