Skip to content

Commit 7497e80

Browse files
committed
tests: Initialize networking on windows
1 parent a6e80e4 commit 7497e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/test_bitcoin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ BasicTestingSetup::BasicTestingSetup(const std::string& chainName)
3636
{
3737
ECC_Start();
3838
SetupEnvironment();
39+
SetupNetworking();
3940
fPrintToDebugLog = false; // don't want to write to debug.log file
4041
fCheckBlockIndex = true;
4142
SelectParams(chainName);

0 commit comments

Comments
 (0)