mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Bugfix: respect user defined configuration file (-conf) when open conf. file from QT settings
This commit is contained in:
parent
8a98dfeebf
commit
a6e6e39a8b
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ void openDebugLogfile()
|
|||
|
||||
bool openBitcoinConf()
|
||||
{
|
||||
boost::filesystem::path pathConfig = GetConfigFile(BITCOIN_CONF_FILENAME);
|
||||
boost::filesystem::path pathConfig = GetConfigFile(gArgs.GetArg("-conf", BITCOIN_CONF_FILENAME));
|
||||
|
||||
/* Create the file */
|
||||
boost::filesystem::ofstream configFile(pathConfig, std::ios_base::app);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue