forked from Qortal/qortal
Updated potentially misleading log message.
This commit is contained in:
parent
cdd57190ce
commit
b1342d84fb
@ -793,7 +793,7 @@ public class Synchronizer {
|
||||
return SynchronizationResult.REPOSITORY_ISSUE;
|
||||
|
||||
if (ourLatestBlockData.getTimestamp() < minLatestBlockTimestamp) {
|
||||
LOGGER.info(String.format("Ditching our chain after height %d as our latest block is very old", commonBlockHeight));
|
||||
LOGGER.info(String.format("Ditching our chain after height %d", commonBlockHeight));
|
||||
} else {
|
||||
// Compare chain weights
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user