Merge 4c1090c882 into merged_master (Bitcoin PR #17279)

This commit is contained in:
Andrew Poelstra 2020-11-09 21:20:46 +00:00
commit fdb06a8ceb
14 changed files with 46 additions and 46 deletions

View file

@ -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