mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Add reason of NoRequestNeeded to lookup sync (#6317)
* Add reason of NoRequestNeeded to lookup sync * Merge branch 'unstable' into peerdas-reason # Conflicts: # beacon_node/network/src/sync/network_context.rs
This commit is contained in:
@@ -296,7 +296,7 @@ impl<T: BeaconChainTypes> ActiveCustodyRequest<T> {
|
||||
self.active_batch_columns_requests
|
||||
.insert(req_id, ActiveBatchColumnsRequest { indices, peer_id });
|
||||
}
|
||||
LookupRequestResult::NoRequestNeeded => unreachable!(),
|
||||
LookupRequestResult::NoRequestNeeded(_) => unreachable!(),
|
||||
LookupRequestResult::Pending(_) => unreachable!(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user