Skip to content

Commit

Permalink
Merge pull request #148 from nflaig/patch-1
Browse files Browse the repository at this point in the history
Remove workaround for Lodestar when submitting proposal
  • Loading branch information
mcdee authored Jul 12, 2024
2 parents fba4f24 + 03cad5a commit a947ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/submitproposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (s *Service) submitProposalData(ctx context.Context,
nodeClient = nodeClientResponse.Data
}

if s.enforceJSON || nodeClient == "lodestar" {
if s.enforceJSON {
contentType = ContentTypeJSON
body, err = s.submitProposalJSON(ctx, proposal)
} else {
Expand Down

0 comments on commit a947ded

Please sign in to comment.