Skip to content

Commit

Permalink
Match FullSync no target message with SnapSync no target message (hyp…
Browse files Browse the repository at this point in the history
…erledger#5119)

Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
  • Loading branch information
Gabriel-Trintinalia authored Feb 22, 2023
1 parent 66521cb commit 143f59c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected CompletableFuture<Optional<EthPeer>> selectBestAvailableSyncTarget() {
final Optional<EthPeer> maybeBestPeer = ethContext.getEthPeers().bestPeerWithHeightEstimate();
if (!maybeBestPeer.isPresent()) {
LOG.info(
"No sync target, waiting for peers. Current peers: {}",
"Unable to find sync target. Currently checking {} peers for usefulness",
ethContext.getEthPeers().peerCount());
return completedFuture(Optional.empty());
} else {
Expand Down

0 comments on commit 143f59c

Please sign in to comment.