Skip to content

Commit

Permalink
MTLMC V3
Browse files Browse the repository at this point in the history
MTLMC V3
  • Loading branch information
metalmusiccoin committed Apr 21, 2016
1 parent 6a41808 commit b6b2054
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.cpp
Expand Up @@ -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)
{
Expand Down

0 comments on commit b6b2054

Please sign in to comment.