mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
misc compile error
This commit is contained in:
parent
31e6ea7f5d
commit
01fe1d2137
1 changed files with 1 additions and 1 deletions
2
net.h
2
net.h
|
@ -550,7 +550,7 @@ public:
|
|||
CAddress addrYou = (fUseProxy ? CAddress("0.0.0.0") : addr);
|
||||
CAddress addrMe = (fUseProxy ? CAddress("0.0.0.0") : addrLocalHost);
|
||||
RAND_bytes((unsigned char*)&nLocalHostNonce, sizeof(nLocalHostNonce));
|
||||
PushMessage("version", VERSION, nLocalServices, nTime, addrYou, addrMe, nLocalHostNonce, "linux-test5");
|
||||
PushMessage("version", VERSION, nLocalServices, nTime, addrYou, addrMe, nLocalHostNonce, string("test5"));
|
||||
}
|
||||
|
||||
~CNode()
|
||||
|
|
Loading…
Reference in a new issue