mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 66b08e7822 into merged_master (Bitcoin PR bitcoin/bitcoin#27302)
This commit is contained in:
commit
fe4599e9f0
11 changed files with 193 additions and 23 deletions
|
|
@ -760,7 +760,8 @@ bool CheckDataDirOption(const ArgsManager& args)
|
|||
|
||||
fs::path ArgsManager::GetConfigFilePath() const
|
||||
{
|
||||
return GetConfigFile(*this, GetPathArg("-conf", BITCOIN_CONF_FILENAME));
|
||||
LOCK(cs_args);
|
||||
return *Assert(m_config_path);
|
||||
}
|
||||
|
||||
ChainType ArgsManager::GetChainType() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue