You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [IGNORE] The slot message.slot is equal to the current slot, or it is equal to the previous slot and the current time is less than ATTESTATION_DEADLINE seconds into the slot.
1921
1922
if message.slot == currentSlot -1:
1922
-
let slotStartTime = message.slot.start_time()
1923
+
let slotStartTime = message.slot.start_beacon_time()
1923
1924
let currentTime = wallTime
1924
1925
if currentTime >= slotStartTime +ATTESTATION_DEADLINE:
1925
1926
returnerrIgnore("InclusionList: previous slot inclusion list received after deadline")
0 commit comments