Merge pull request #6926
7497e80
tests: Initialize networking on windows (Wladimir J. van der Laan)
This commit is contained in:
commit
a6d0d623fc
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue