| 976 | } |
| 977 | |
| 978 | std::vector<common::SettingsValue> ArgsManager::GetSettingsList(const std::string& arg) const |
| 979 | { |
| 980 | LOCK(cs_args); |
| 981 | return common::GetSettingsList(m_settings, m_network, SettingName(arg), !UseDefaultSection(arg)); |
| 982 | } |
| 983 | |
| 984 | void ArgsManager::logArgsPrefix( |
| 985 | const std::string& prefix, |