diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-10-02 15:27:54 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-10-02 15:28:27 +0200 |
| commit | 45c41c05a0d6f173f50045eac90a3008fcba8033 (patch) | |
| tree | 09b962d33a59e925b6fdb1d4df173f616af26e1e /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #4991 (diff) | |
| parent | Avoid introducing a virtual into CChainParams (diff) | |
| download | discoin-45c41c05a0d6f173f50045eac90a3008fcba8033.tar.xz discoin-45c41c05a0d6f173f50045eac90a3008fcba8033.zip | |
Merge pull request #5030
fbd36d8 Avoid introducing a virtual into CChainParams (Wladimir J. van der Laan)
f0fd00c Switch testing framework from MAIN to new UNITTEST network (SergioDemianLerner)
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 68fad8d03..6e5f0e3fa 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -31,7 +31,7 @@ struct TestingSetup { TestingSetup() { fPrintToDebugLog = false; // don't want to write to debug.log file - SelectParams(CBaseChainParams::MAIN); + SelectParams(CBaseChainParams::UNITTEST); noui_connect(); #ifdef ENABLE_WALLET bitdb.MakeMock(); |