mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +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,
|
||||
),
|
||||
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 } => {
|
||||
let is_stream_terminator = block.is_none();
|
||||
|
||||
Reference in New Issue
Block a user