Skip to content

Commit

Permalink
Merge pull request #253 from one-three-three-seven/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Bez625 authored Sep 18, 2024
2 parents 5c4facc + 39d9259 commit 5147161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ func selectBeaconHeaderProvider(ctx context.Context,
style := "strategies.beaconblockheader.style"
switch viper.GetString(style) {
case "first", "":
log.Info().Msg("Starting first beach block header strategy")
log.Info().Msg("Starting first beacon block header strategy")
beaconBlockHeaderProviders := make(map[string]eth2client.BeaconBlockHeadersProvider)
path := "strategies.beaconblockheader.first"
for _, address := range util.BeaconNodeAddresses(path) {
Expand Down

0 comments on commit 5147161

Please sign in to comment.