Commit 83e80e3c authored by Ashot's avatar Ashot
Browse files

Changed transition time - GMT: Sunday, April 1, 2018 12:00:00 AM

parent 2ca07160
Showing with 2 additions and 1 deletion
+2 -1
......@@ -4402,9 +4402,10 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
CAddress addrFrom;
uint64_t nNonce = 1;
vRecv >> pfrom->nVersion >> pfrom->nServices >> nTime >> addrMe;
if (nTime >1511135999 && pfrom->nVersion < MIN_PEER_PROTO_VERSION)
if (nTime > 1522540800 && pfrom->nVersion < MIN_PEER_PROTO_VERSION)
{
// disconnect from peers older than this proto version
// Sunday, April 1, 2018 12:00:00 AM
LogPrintf("peer=%d using obsolete version %i; disconnecting\n", pfrom->id, pfrom->nVersion);
pfrom->PushMessage("reject", strCommand, REJECT_OBSOLETE,
strprintf("Version must be %d or greater", MIN_PEER_PROTO_VERSION));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment