mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Comments
This commit is contained in:
@@ -433,8 +433,12 @@ async fn bellatrix_readiness_logging<T: BeaconChainTypes>(
|
||||
) {
|
||||
// There is no execution payload in gloas blocks, so this will trigger
|
||||
// bellatrix readiness logging in gloas if we dont skip the check below
|
||||
if beacon_chain.spec.fork_name_at_slot(current_slot).gloas_enabled {
|
||||
return
|
||||
if beacon_chain
|
||||
.spec
|
||||
.fork_name_at_slot(current_slot)
|
||||
.gloas_enabled
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
let merge_completed = beacon_chain
|
||||
|
||||
Reference in New Issue
Block a user