diff --git a/http/submitproposal.go b/http/submitproposal.go index 0343093c..7e119bf2 100644 --- a/http/submitproposal.go +++ b/http/submitproposal.go @@ -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 {