Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consider blocks with deposits in eth1 data vote (#3944)
When importing blocks with deposits from the EL, the timestamp is never initialized for them. Therefore, only blocks without deposits (for which the timestamp is obtained) are considered for `is_candidate_block`. This is fixed by also importing timestamps for blocks with deposits.
- Loading branch information