mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +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,
|
||||
),
|
||||
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
|
||||
.block_lookups
|
||||
|
||||
Reference in New Issue
Block a user