aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-01 11:43:55 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-01 11:45:06 +0100
commit7497e805bd437b07fc3e5920f0c1f84bf10b0ebe (patch)
treea5dcedb3c52b5c2974e1445a32df30708e108b9f /src/test/test_bitcoin.cpp
parenta6e80e401716b0ac15b2bf3c53fd07571de2b3d7 (diff)
downloadbitcoin-7497e805bd437b07fc3e5920f0c1f84bf10b0ebe.tar.xz
tests: Initialize networking on windows
Diffstat (limited to 'src/test/test_bitcoin.cpp')
-rw-r--r--src/test/test_bitcoin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp
index a74fbfc0d7..23e5e66d84 100644
--- a/src/test/test_bitcoin.cpp
+++ b/src/test/test_bitcoin.cpp
@@ -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);