Skip to content

Commit

Permalink
Merge pull request #6926
Browse files Browse the repository at this point in the history
7497e80 tests: Initialize networking on windows (Wladimir J. van der Laan)
  • Loading branch information
laanwj committed Nov 2, 2015
2 parents 02a95be + 7497e80 commit a6d0d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/test_bitcoin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a6d0d62

Please sign in to comment.