aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-03-11 15:06:58 +0100
committerWladimir J. van der Laan <[email protected]>2015-03-11 15:13:05 +0100
commite564e63ef04e55b1e446f8440d51c611bc41cec6 (patch)
tree2d82b4c9e378cffcd0fb23c75126086df4d07503 /src/test/test_bitcoin.cpp
parentMerge pull request #5749 (diff)
parenttest: remove fSkipProofOfWork (diff)
downloaddiscoin-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.cpp2
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();