| 27 | static const bool DETERMINISTIC{true}; |
| 28 | |
| 29 | static int32_t GetCheckRatio(const NodeContext& node_ctx) |
| 30 | { |
| 31 | return std::clamp<int32_t>(node_ctx.args->GetIntArg("-checkaddrman", 100), 0, 1000000); |
| 32 | } |
| 33 | |
| 34 | static CNetAddr ResolveIP(const std::string& ip) |
| 35 | { |
no test coverage detected