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;
|
return SynchronizationResult.REPOSITORY_ISSUE;
|
||||||
|
|
||||||
if (ourLatestBlockData.getTimestamp() < minLatestBlockTimestamp) {
|
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 {
|
} else {
|
||||||
// Compare chain weights
|
// Compare chain weights
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user