diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-07-17 02:05:30 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-07-17 02:05:30 -0700 |
| commit | ab0d6428b173cb25f09a4f85d13eedff38de826f (patch) | |
| tree | a1b6e63587c2fcc0e3be5a9c07e1aa1a81becdfa /src/net.cpp | |
| parent | Merge pull request #1564 from Diapolo/IPC-server (diff) | |
| parent | fix a comment in net.cpp (diff) | |
| download | discoin-ab0d6428b173cb25f09a4f85d13eedff38de826f.tar.xz discoin-ab0d6428b173cb25f09a4f85d13eedff38de826f.zip | |
Merge pull request #1604 from Diapolo/fix_comment_net
fix a comment in net.cpp
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index 78b5a752d..f3c255c30 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -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; |