Skip to content

Commit

Permalink
Merge pull request #120 from ObolNetwork/submit-blinded-proposal-endp…
Browse files Browse the repository at this point in the history
…oint-fix

Fixed endpoint in SubmitBlindedProposal
  • Loading branch information
mcdee authored Mar 25, 2024
2 parents 5a33417 + 5120eb3 commit 35616e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/submitblindedproposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (s *Service) SubmitBlindedProposal(ctx context.Context,
return errors.Join(errors.New("failed to marshal JSON"), err)
}

endpoint := "/eth/v2/beacon/blocks"
endpoint := "/eth/v2/beacon/blinded_blocks"
query := ""
if opts.BroadcastValidation != nil {
query = "broadcast_validation=" + opts.BroadcastValidation.String()
Expand Down

0 comments on commit 35616e0

Please sign in to comment.