mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
hacky hacks
This commit is contained in:
@@ -18,7 +18,7 @@ impl<T: BeaconChainTypes> ToStatusMessage for BeaconChain<T> {
|
||||
|
||||
/// Build a `StatusMessage` representing the state of the given `beacon_chain`.
|
||||
pub(crate) fn status_message<T: BeaconChainTypes>(beacon_chain: &BeaconChain<T>) -> StatusMessage {
|
||||
let fork_digest = beacon_chain.enr_fork_id().fork_digest;
|
||||
let fork_digest = [0x9c, 0x67, 0x11, 0x28];
|
||||
let cached_head = beacon_chain.canonical_head.cached_head();
|
||||
let mut finalized_checkpoint = cached_head.finalized_checkpoint();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user