Skip to content

Commit

Permalink
Remove workaround for Lodestar when submitting proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Jul 12, 2024
1 parent fba4f24 commit 03cad5a
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 03cad5a

Please sign in to comment.