mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
@@ -615,7 +615,6 @@ impl<T: BeaconChainTypes> SyncManager<T> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
SyncMessage::UnknownBlockHashFromAttestation(peer_id, block_root) => {
|
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);
|
self.handle_unknown_block_root(peer_id, block_root);
|
||||||
}
|
}
|
||||||
SyncMessage::Disconnect(peer_id) => {
|
SyncMessage::Disconnect(peer_id) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user