aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-04-12 21:26:35 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-05-25 14:36:40 -0400
commitfeeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c (patch)
tree8cec30ee5da602e1cdc19d1ff23d27097146d0b3 /src/util.cpp
parent4e6e3293ff377854487bdf01a77dafb22955ed91 (diff)
downloadbitcoin-feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c.tar.xz
Testnet, Mark III
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 3ab30baff6..b07c9c1b7e 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -834,7 +834,7 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific)
path = GetDefaultDataDir();
}
if (fNetSpecific && GetBoolArg("-testnet", false))
- path /= "testnet";
+ path /= "testnet3";
fs::create_directory(path);