mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
fix a comment in net.cpp
This commit is contained in:
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…
Reference in New Issue
Block a user