Remove unnecessary argument in GetConfigFile()
This commit is contained in:
@@ -480,7 +480,7 @@ void openDebugLogfile()
|
||||
|
||||
bool openBitcoinConf()
|
||||
{
|
||||
boost::filesystem::path pathConfig = GetConfigFile(BITCOIN_CONF_FILENAME);
|
||||
boost::filesystem::path pathConfig = GetConfigFile();
|
||||
|
||||
/* Create the file */
|
||||
boost::filesystem::ofstream configFile(pathConfig, std::ios_base::app);
|
||||
|
||||
Reference in New Issue
Block a user