mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Change ClearDataDirPathCache() to ArgsManager.ClearPathCache().
This commit is contained in:
parent
b4190eff72
commit
bb8d1c6e02
4 changed files with 9 additions and 16 deletions
|
|
@ -90,7 +90,7 @@ BasicTestingSetup::BasicTestingSetup(const std::string& chainName, const std::ve
|
|||
fs::create_directories(m_path_root);
|
||||
m_args.ForceSetArg("-datadir", m_path_root.string());
|
||||
gArgs.ForceSetArg("-datadir", m_path_root.string());
|
||||
ClearDatadirCache();
|
||||
gArgs.ClearPathCache();
|
||||
{
|
||||
SetupServerArgs(m_node);
|
||||
std::string error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue