Skip to content

Commit

Permalink
Merge pull request #282 from w3labsxyz/master
Browse files Browse the repository at this point in the history
Use correct mime type on fetch of execution config
  • Loading branch information
mcdee authored Jan 8, 2025
2 parents e764022 + c74bbe4 commit a33ecc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/blockrelay/standard/executionconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func (s *Service) obtainExecutionConfig(ctx context.Context,
}

ctx = context.WithValue(ctx, &httpconfidant.HTTPMethod{}, http.MethodPost)
ctx = context.WithValue(ctx, &httpconfidant.MIMEType{}, "application/json")
pubkeyStrs := make([]string, 0, len(pubkeys))
for _, pubkey := range pubkeys {
pubkeyStrs = append(pubkeyStrs, pubkey.String())
Expand Down

0 comments on commit a33ecc1

Please sign in to comment.