aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-11-02 04:29:42 +0100
committerWladimir J. van der Laan <[email protected]>2015-11-02 04:29:45 +0100
commita6d0d623fc955bba93d8f09e3fd2454284b61472 (patch)
tree8b7e257ec76dffd5d4f38a06697c0963393c76c6 /src/test/test_bitcoin.cpp
parentqt: translation update prior to opening 0.12 translations (diff)
parenttests: Initialize networking on windows (diff)
downloaddiscoin-a6d0d623fc955bba93d8f09e3fd2454284b61472.tar.xz
discoin-a6d0d623fc955bba93d8f09e3fd2454284b61472.zip
Merge pull request #6926
7497e80 tests: Initialize networking on windows (Wladimir J. van der Laan)
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 a74fbfc0d..23e5e66d8 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);