Skip to content

Commit

Permalink
Handle new sync result case.
Browse files Browse the repository at this point in the history
  • Loading branch information
archived-2 committed Mar 14, 2022
1 parent 268f02b commit 12a4a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/qortal/controller/Synchronizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ public SynchronizationResult actuallySynchronize(Peer peer, boolean force) throw
case NO_REPLY:
case NO_BLOCKCHAIN_LOCK:
case REPOSITORY_ISSUE:
case CHAIN_TIP_TOO_OLD:
// These are minor failure results so fine to try again
LOGGER.debug(() -> String.format("Failed to synchronize with peer %s (%s)", peer, syncResult.name()));
break;
Expand Down

0 comments on commit 12a4a26

Please sign in to comment.