Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
coolblock committed Jun 25, 2019
1 parent be48218 commit a11e9a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit a11e9a1

Please sign in to comment.