Merge pull request #6926

7497e80 tests: Initialize networking on windows (Wladimir J. van der Laan)
This commit is contained in:
Wladimir J. van der Laan 2015-11-02 04:29:42 +01:00
commit a6d0d623fc
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 0 deletions

View File

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