mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 21:04:28 +00:00
Fix issue with merging v0.5.0
This commit is contained in:
@@ -68,7 +68,7 @@ impl SimpleSync {
|
|||||||
network_id: self.network_id,
|
network_id: self.network_id,
|
||||||
latest_finalized_root: state.finalized_root,
|
latest_finalized_root: state.finalized_root,
|
||||||
latest_finalized_epoch: state.finalized_epoch,
|
latest_finalized_epoch: state.finalized_epoch,
|
||||||
best_root: state.latest_block_roots[0], //TODO: build correct value as a beacon chain function
|
best_root: Hash256::zero(), //TODO: build correct value as a beacon chain function
|
||||||
best_slot: state.slot - 1,
|
best_slot: state.slot - 1,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user