From ca698b5637cda926583b90c7138cf05af7d7a4f2 Mon Sep 17 00:00:00 2001 From: Helmut Siedl Date: Thu, 12 May 2016 00:54:00 +0200 Subject: [PATCH] adjust block old wallet triggertime --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4e7ae27..beb554f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3279,7 +3279,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) /* Disconnect all obsolete clients after 10 May 2016 12:00:00 UTC */ uint nAdjTime = GetAdjustedTime(); - if(nAdjTime > 1462881600) { + if(nAdjTime > 1463313600) { if(pfrom->nVersion < MIN_PROTOCOL_VERSION) { printf("obsolete node %s with client %d, disconnecting\n", pfrom->addr.ToString().c_str(), pfrom->nVersion);