mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-05 05:02:06 +02:00
fix a comment in net.cpp
This commit is contained in:
@ -407,7 +407,7 @@ bool GetMyExternalIP(CNetAddr& ipRet)
|
|||||||
|
|
||||||
void ThreadGetMyExternalIP(void* parg)
|
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");
|
RenameThread("bitcoin-ext-ip");
|
||||||
|
|
||||||
CNetAddr addrLocalHost;
|
CNetAddr addrLocalHost;
|
||||||
|
Reference in New Issue
Block a user