mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Update beacon_node/network/src/sync/manager.rs
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
@@ -932,7 +932,7 @@ impl<T: BeaconChainTypes> SyncManager<T> {
|
|||||||
&self.network,
|
&self.network,
|
||||||
),
|
),
|
||||||
RequestId::SingleBlob { .. } => {
|
RequestId::SingleBlob { .. } => {
|
||||||
crit!(self.log, "Blob received during block request"; "peer_id" => %peer_id );
|
crit!(self.log, "Block received during blob request"; "peer_id" => %peer_id );
|
||||||
}
|
}
|
||||||
RequestId::ParentLookup { id } => self
|
RequestId::ParentLookup { id } => self
|
||||||
.block_lookups
|
.block_lookups
|
||||||
|
|||||||
Reference in New Issue
Block a user