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 15b632b commit 06fed4cCopy full SHA for 06fed4c
src/util/system.cpp
@@ -416,7 +416,7 @@ const fs::path& ArgsManager::GetBlocksDirPath() const
416
if (!path.empty()) return path;
417
418
if (IsArgSet("-blocksdir")) {
419
- path = fs::absolute(fs::PathFromString(GetArg("-blocksdir", "")));
+ path = fs::absolute(GetPathArg("-blocksdir"));
420
if (!fs::is_directory(path)) {
421
path = "";
422
return path;
0 commit comments