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:44:07 -04:00
committed by GitHub
parent 122def5ef4
commit 5736891b60

View File

@@ -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