Skip to content

Commit

Permalink
Merge of #5672
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Apr 30, 2024
2 parents ce66582 + c624f66 commit 37291c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon_node/network/src/sync/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ impl<T: BeaconChainTypes> SyncManager<T> {
);
}
SyncMessage::UnknownBlockHashFromAttestation(peer_id, block_root) => {
debug!(self.log, "Received unknown block hash message"; "block_root" => %block_root);
self.handle_unknown_block_root(peer_id, block_root);
}
SyncMessage::Disconnect(peer_id) => {
Expand Down

0 comments on commit 37291c3

Please sign in to comment.