Browse Source

No services bug?

warmup
jl777 5 years ago
parent
commit
fc3c50c02e
  1. 2
      src/net.cpp

2
src/net.cpp

@ -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);
}

Loading…
Cancel
Save