We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138c668 commit b01f336Copy full SHA for b01f336
src/util/system.cpp
@@ -528,7 +528,7 @@ bool ArgsManager::InitSettings(std::string& error)
528
529
bool ArgsManager::GetSettingsPath(fs::path* filepath, bool temp) const
530
{
531
- fs::path settings = GetPathArg("-settings", fs::path{BITCOIN_SETTINGS_FILENAME});
+ fs::path settings = GetPathArg("-settings", BITCOIN_SETTINGS_FILENAME);
532
if (settings.empty()) {
533
return false;
534
}
0 commit comments