aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-06-25 16:51:49 +0200
committerWladimir J. van der Laan <[email protected]>2014-06-25 17:00:09 +0200
commit343feecf562a39e7d898ece2fd745fcb9d4c90e9 (patch)
treef780cbfe1b73ae0765d1930595e59cf7b13b53d6 /src/test/test_bitcoin.cpp
parentMerge pull request #3839 (diff)
parentMove coins.cpp and keystore.cpp to libbitcoin_common (diff)
downloaddiscoin-343feecf562a39e7d898ece2fd745fcb9d4c90e9.tar.xz
discoin-343feecf562a39e7d898ece2fd745fcb9d4c90e9.zip
Merge pull request #4368
75c82d4 Move coins.cpp and keystore.cpp to libbitcoin_common (Wladimir J. van der Laan) 84ce18c Remove unnecessary dependencies for bitcoin-cli (Wladimir J. van der Laan) 14f888c Move network-time related functions to timedata.cpp/h (Wladimir J. van der Laan)
Diffstat (limited to 'src/test/test_bitcoin.cpp')
-rw-r--r--src/test/test_bitcoin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp
index 2d993e24d..8cae0a4c3 100644
--- a/src/test/test_bitcoin.cpp
+++ b/src/test/test_bitcoin.cpp
@@ -31,6 +31,7 @@ struct TestingSetup {
TestingSetup() {
fPrintToDebugLog = false; // don't want to write to debug.log file
+ SelectParams(CBaseChainParams::MAIN);
noui_connect();
#ifdef ENABLE_WALLET
bitdb.MakeMock();