mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
Type sync network context send errors (#5808)
* Type sync network context send errors * Consisntent naming
This commit is contained in:
@@ -923,7 +923,7 @@ impl<T: BeaconChainTypes> SyncingChain<T> {
|
||||
Err(e) => {
|
||||
// NOTE: under normal conditions this shouldn't happen but we handle it anyway
|
||||
warn!(self.log, "Could not send batch request";
|
||||
"batch_id" => batch_id, "error" => e, &batch);
|
||||
"batch_id" => batch_id, "error" => ?e, &batch);
|
||||
// register the failed download and check if the batch can be retried
|
||||
batch.start_downloading_from_peer(peer, 1)?; // fake request_id is not relevant
|
||||
self.peers
|
||||
|
||||
Reference in New Issue
Block a user