Update beacon_node/network/src/sync/manager.rs

Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
realbigsean
2023-08-03 09:43:50 -04:00
committed by GitHub
parent c71e011a1c
commit 122def5ef4

View File

@@ -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();