From a11e9a1cd94dacb08ea72d10bb92336f6ffc6e01 Mon Sep 17 00:00:00 2001 From: coolblock Date: Tue, 25 Jun 2019 15:42:38 -0700 Subject: [PATCH] -- --- src/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index e230953..3b644f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5307,10 +5307,10 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv, #define FOUR_MONTHS_PLUS_TWOWEEKS_SINCE_BLOCK 500947 #define SIX_MONTHS_PLUS_TWOWEEKS_SINCE_BLOCK 559811 - if (chainActive.Height() > SIX_MONTHS_PLUS_TWOWEEKS_SINCE_BLOCK) { - LogPrintf("YOU NEED TO GET NEW VERSION- UPGRADE VIVO\n"); - StartShutdown(); - } + //if (chainActive.Height() > SIX_MONTHS_PLUS_TWOWEEKS_SINCE_BLOCK) { + // LogPrintf("YOU NEED TO GET NEW VERSION- UPGRADE VIVO\n"); + // StartShutdown(); + //} if (pfrom->nVersion < 70210)