This commit is contained in:
jl777
2019-07-02 04:10:48 -11:00
parent e7cd541cf1
commit a0990a8c06
3 changed files with 32 additions and 5 deletions

View File

@@ -458,6 +458,7 @@ void CNode::PushVersion()
LogPrint("net", "send version message: version %d, blocks=%d, us=%s, peer=%d\n", PROTOCOL_VERSION, nBestHeight, addrMe.ToString(), id);
PushMessage("version", PROTOCOL_VERSION, nLocalServices, nTime, addrYou, addrMe,
nLocalHostNonce, strSubVersion, nBestHeight, true);
fprintf(stderr,"PUSH services.%llx\n",(long long)nLocalServices);
}