| 245 | } |
| 246 | |
| 247 | bool static InitWarning(const std::string &str) |
| 248 | { |
| 249 | uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_WARNING); |
| 250 | return true; |
| 251 | } |
| 252 | |
| 253 | bool static Bind(const CService &addr, unsigned int flags) { |
| 254 | if (!(flags & BF_EXPLICIT) && IsLimited(addr)) |