Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
Signed-off-by: makt <[email protected]>
  • Loading branch information
makt committed Jun 24, 2021
1 parent a0d8584 commit 4b799ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ private void handleNewBlockHashesFromNetwork(final EthMessage message) {

@SuppressWarnings("unused")
private CompletableFuture<Block> retrieveMissingAnnouncedBlock(final long blockNumber) {
LOG.info("retrieveMissingAnnouncedBlock " + blockNumber);
final List<EthPeer> peers =
ethContext.getEthPeers().streamBestPeers().collect(Collectors.toList());
final GetBlockFromPeersTask getBlockTask =
Expand Down

0 comments on commit 4b799ab

Please sign in to comment.