| 451 | } |
| 452 | |
| 453 | void ArgsManager::ClearPathCache() |
| 454 | { |
| 455 | LOCK(cs_args); |
| 456 | |
| 457 | m_cached_datadir_path = fs::path(); |
| 458 | m_cached_network_datadir_path = fs::path(); |
| 459 | m_cached_blocks_path = fs::path(); |
| 460 | } |
| 461 | |
| 462 | std::optional<const ArgsManager::Command> ArgsManager::GetCommand() const |
| 463 | { |