mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Fix #1086: add /testnet to passed datadir
This commit is contained in:
parent
4ac24cf59e
commit
7a743148c9
@ -836,9 +836,9 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific)
|
||||
path = mapArgs["-datadir"];
|
||||
} else {
|
||||
path = GetDefaultDataDir();
|
||||
}
|
||||
if (fNetSpecific && GetBoolArg("-testnet", false))
|
||||
path /= "testnet";
|
||||
}
|
||||
|
||||
fs::create_directory(path);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user