diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-12 21:26:35 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-05-25 14:36:40 -0400 |
commit | feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c (patch) | |
tree | 8cec30ee5da602e1cdc19d1ff23d27097146d0b3 /src/util.cpp | |
parent | 4e6e3293ff377854487bdf01a77dafb22955ed91 (diff) |
Testnet, Mark III
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 2 |
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); |