diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-11-01 11:43:55 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-11-01 11:45:06 +0100 |
| commit | 7497e805bd437b07fc3e5920f0c1f84bf10b0ebe (patch) | |
| tree | a5dcedb3c52b5c2974e1445a32df30708e108b9f /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #6883 (diff) | |
| download | discoin-7497e805bd437b07fc3e5920f0c1f84bf10b0ebe.tar.xz discoin-7497e805bd437b07fc3e5920f0c1f84bf10b0ebe.zip | |
tests: Initialize networking on windows
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -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 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); |