| 237 | BOOST_REQUIRE(ReadConfigStream(streamConfig, "", error)); |
| 238 | } |
| 239 | void SetNetworkOnlyArg(const std::string arg) |
| 240 | { |
| 241 | LOCK(cs_args); |
| 242 | m_network_only_args.insert(arg); |
| 243 | } |
| 244 | void SetupArgs(const std::vector<std::pair<std::string, unsigned int>>& args) |
| 245 | { |
| 246 | for (const auto& arg : args) { |
no test coverage detected