Stub messages

This commit is contained in:
jl777
2019-07-02 04:58:27 -11:00
parent aa1c651a74
commit d15bfa2bd3
3 changed files with 54 additions and 23 deletions

View File

@@ -458,7 +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);
//fprintf(stderr,"PUSH services.%llx\n",(long long)nLocalServices);
}