mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
tests: Initialize networking on windows
This commit is contained in:
parent
a6e80e4017
commit
7497e805bd
@ -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 New Issue
Block a user