From b6b2054277f6685ae8ab25fcf660560d399dc91d Mon Sep 17 00:00:00 2001 From: metalmusiccoin Date: Thu, 21 Apr 2016 13:19:30 +1200 Subject: [PATCH] MTLMC V3 MTLMC V3 --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a20038b..a8890e9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2825,12 +2825,14 @@ string GetWarnings(string strFor) // ppcoin: should not enter safe mode for longer invalid chain // ppcoin: if sync-checkpoint is too old do not enter safe mode + /* if (Checkpoints::IsSyncCheckpointTooOld(60 * 60 * 24 * 365) && !fTestNet && !IsInitialBlockDownload()) { nPriority = 100; strStatusBar = "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."; } - + */ + // ppcoin: if detected invalid checkpoint enter safe mode if (Checkpoints::hashInvalidCheckpoint != 0) {