fix a comment in net.cpp

pull/13/head
Philip Kaufmann 12 years ago
parent ce652affe0
commit c95d9a9482

@ -407,7 +407,7 @@ bool GetMyExternalIP(CNetAddr& ipRet)
void ThreadGetMyExternalIP(void* parg)
{
// Make this thread recognisable as the message handling thread
// Make this thread recognisable as the external IP detection thread
RenameThread("bitcoin-ext-ip");
CNetAddr addrLocalHost;

Loading…
Cancel
Save