mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 4c1090c882 into merged_master (Bitcoin PR #17279)
This commit is contained in:
commit
fdb06a8ceb
14 changed files with 46 additions and 46 deletions
|
|
@ -985,7 +985,7 @@ bool AppInitParameterInteraction()
|
|||
}
|
||||
|
||||
if (!fs::is_directory(GetBlocksDir())) {
|
||||
return InitError(strprintf(_("Specified blocks directory \"%s\" does not exist.").translated, gArgs.GetArg("-blocksdir", "").c_str()));
|
||||
return InitError(strprintf(_("Specified blocks directory \"%s\" does not exist.").translated, gArgs.GetArg("-blocksdir", "")));
|
||||
}
|
||||
|
||||
// parse and validate enabled filter types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue