diff options
| author | Gavin Andresen <[email protected]> | 2012-04-12 21:26:35 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-05-25 14:36:40 -0400 |
| commit | feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c (patch) | |
| tree | 8cec30ee5da602e1cdc19d1ff23d27097146d0b3 /src/util.cpp | |
| parent | Remove newlines from JSON strings (diff) | |
| download | discoin-feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c.tar.xz discoin-feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c.zip | |
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 3ab30baff..b07c9c1b7 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); |