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