diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-01 11:43:55 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-01 11:45:06 +0100 |
commit | 7497e805bd437b07fc3e5920f0c1f84bf10b0ebe (patch) | |
tree | a5dcedb3c52b5c2974e1445a32df30708e108b9f | |
parent | a6e80e401716b0ac15b2bf3c53fd07571de2b3d7 (diff) |
tests: Initialize networking on windows
-rw-r--r-- | src/test/test_bitcoin.cpp | 1 |
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); |