diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-03-11 15:06:58 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-03-11 15:13:05 +0100 |
| commit | e564e63ef04e55b1e446f8440d51c611bc41cec6 (patch) | |
| tree | 2d82b4c9e378cffcd0fb23c75126086df4d07503 /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #5749 (diff) | |
| parent | test: remove fSkipProofOfWork (diff) | |
| download | discoin-e564e63ef04e55b1e446f8440d51c611bc41cec6.tar.xz discoin-e564e63ef04e55b1e446f8440d51c611bc41cec6.zip | |
Merge pull request #5871
3aa0130 test: remove fSkipProofOfWork (Wladimir J. van der Laan)
59bd89f test: Remove UNITTEST params (Wladimir J. van der Laan)
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 5df417b8e..a1355ad44 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -29,7 +29,7 @@ extern void noui_connect(); TestingSetup::TestingSetup() { fPrintToDebugLog = false; // don't want to write to debug.log file - SelectParams(CBaseChainParams::UNITTEST); + SelectParams(CBaseChainParams::MAIN); noui_connect(); #ifdef ENABLE_WALLET bitdb.MakeMock(); |