Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions util/headerreader/blob_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ func (b *BlobClient) GetBlobsBySlot(ctx context.Context, slot uint64, versionedH
// we can potentially connect to a different, and healthy, beacon chain node in the next request.
b.httpClient.Store(&http.Client{})

b.useLegacyEndpoint = !b.useLegacyEndpoint

return nil, fmt.Errorf("error fetching blobs for slot %d: %w", slot, err)
}
return blobs, nil
Expand Down
Loading