| 41 | } |
| 42 | |
| 43 | InitWalletDirTestingSetup::~InitWalletDirTestingSetup() |
| 44 | { |
| 45 | gArgs.LockSettings([&](util::Settings& settings) { |
| 46 | settings.forced_settings.erase("walletdir"); |
| 47 | }); |
| 48 | fs::current_path(m_cwd); |
| 49 | } |
| 50 | |
| 51 | void InitWalletDirTestingSetup::SetWalletDir(const fs::path& walletdir_path) |
| 52 | { |
nothing calls this directly
no test coverage detected