Skip to content

Commit

Permalink
fix(beacon): deneb fork name
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Jan 30, 2025
1 parent 1ddea2a commit e1a6d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/beacon/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (d *Default) fetchBundle(ctx context.Context, root phase0.Root, upstream *N
}
}

denebFork, err := sp.ForkEpochs.GetByName("DENEB")
denebFork, err := sp.ForkEpochs.GetByName("deneb")
if err == nil && denebFork != nil {
if denebFork.Active(epoch) {
// Download and store blob sidecars
Expand Down

0 comments on commit e1a6d36

Please sign in to comment.