Browse Source

Merge pull request #1604 from Diapolo/fix_comment_net

fix a comment in net.cpp
0.8
Wladimir J. van der Laan 12 years ago
parent
commit
ab0d6428b1
  1. 2
      src/net.cpp

2
src/net.cpp

@ -407,7 +407,7 @@ bool GetMyExternalIP(CNetAddr& ipRet) @@ -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