mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +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:
@@ -2159,9 +2159,9 @@ impl ApiTester {
|
||||
|
||||
let expected = SyncingData {
|
||||
is_syncing: false,
|
||||
is_optimistic: Some(false),
|
||||
is_optimistic: false,
|
||||
// these tests run without the Bellatrix fork enabled
|
||||
el_offline: Some(true),
|
||||
el_offline: true,
|
||||
head_slot,
|
||||
sync_distance,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user