Testnet, Mark III

This commit is contained in:
Gavin Andresen
2012-04-12 21:26:35 -04:00
parent 4e6e3293ff
commit feeb761ba0
3 changed files with 5 additions and 7 deletions

View File

@@ -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);