Skip to content

Commit

Permalink
Update app/app.go
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Hackett <luke@obol.tech>
  • Loading branch information
gsora and LukeHackett12 authored Mar 19, 2024
1 parent 871e6b4 commit e20f3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func Run(ctx context.Context, config Config) error {

genesis, err := bnClient.Genesis(ctx, &eth2api.GenesisOpts{})
if err != nil {
return errors.Wrap(err, "cannot fetch genesis")
return errors.Wrap(err, "fetching genesis")
}

capellaForkHash, err := bnapi.CapellaFork("0x" + hex.EncodeToString(genesis.Data.GenesisForkVersion[:]))
Expand Down

0 comments on commit e20f3f9

Please sign in to comment.