mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 13:17:09 +00:00
heze boilerplate
This commit is contained in:
@@ -400,6 +400,13 @@ impl CandidateBeaconNode {
|
||||
hint = UPDATE_REQUIRED_LOG_HINT,
|
||||
"Beacon node has mismatched Gloas fork epoch"
|
||||
);
|
||||
} else if beacon_node_spec.heze_fork_epoch != spec.heze_fork_epoch {
|
||||
warn!(
|
||||
endpoint = %self.beacon_node,
|
||||
endpoint_heze_fork_epoch = ?beacon_node_spec.heze_fork_epoch,
|
||||
hint = UPDATE_REQUIRED_LOG_HINT,
|
||||
"Beacon node has mismatched Heze fork epoch"
|
||||
);
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user