mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-16 03:12:41 +00:00
fix merge
This commit is contained in:
@@ -351,12 +351,11 @@ impl CandidateBeaconNode {
|
||||
);
|
||||
} else if beacon_node_spec.fulu_fork_epoch != spec.fulu_fork_epoch {
|
||||
warn!(
|
||||
log,
|
||||
"Beacon node has mismatched Fulu fork epoch";
|
||||
"endpoint" => %self.beacon_node,
|
||||
"endpoint_fulu_fork_epoch" => ?beacon_node_spec.fulu_fork_epoch,
|
||||
"hint" => UPDATE_REQUIRED_LOG_HINT,
|
||||
);
|
||||
endpoint = %self.beacon_node,
|
||||
endpoint_fulu_fork_epoc = ?beacon_node_spec.fulu_fork_epoch,
|
||||
hint = UPDATE_REQUIRED_LOG_HINT,
|
||||
"Beacon node has mismatched Fulu fork epoch"
|
||||
);
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user