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