mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
Remove GetDataDir(bool fNetSpecific = true) function
This commit is contained in:
@@ -802,11 +802,6 @@ fs::path GetDefaultDataDir()
|
||||
#endif
|
||||
}
|
||||
|
||||
const fs::path &GetDataDir(bool fNetSpecific)
|
||||
{
|
||||
return fNetSpecific ? gArgs.GetDataDirNet() : gArgs.GetDataDirBase();
|
||||
}
|
||||
|
||||
bool CheckDataDirOption()
|
||||
{
|
||||
std::string datadir = gArgs.GetArg("-datadir", "");
|
||||
|
||||
Reference in New Issue
Block a user