Testnet, Mark III
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user