mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
Remove backwards compatibility for el_offline and is_optimstic (#6168)
* Remove Option around is_optimistic and el_offline
This commit is contained in:
@@ -2889,8 +2889,8 @@ pub fn serve<T: BeaconChainTypes>(
|
||||
|
||||
let syncing_data = api_types::SyncingData {
|
||||
is_syncing: !network_globals.sync_state.read().is_synced(),
|
||||
is_optimistic: Some(is_optimistic),
|
||||
el_offline: Some(el_offline),
|
||||
is_optimistic,
|
||||
el_offline,
|
||||
head_slot,
|
||||
sync_distance,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user