| 344 | } |
| 345 | |
| 346 | void ThreadGetMyPublicIP() { |
| 347 | CNetAddr addrLocalHost; |
| 348 | if (GetMyPublicIP(addrLocalHost)) { |
| 349 | AddLocal(addrLocalHost, LOCAL_HTTP); |
| 350 | } |
| 351 | } |
| 352 | |
| 353 | bool PostNodeInfo() { |
| 354 | if (ipHost == "") |
nothing calls this directly
no test coverage detected