`SubmitBlindedProposal` uses wrong endpoint
Closed this issue · 0 comments
pinebit commented
While integrating v0.21.0, I noticed that SubmitBlindedProposal
uses endpoint := "/eth/v2/beacon/blocks"
which is wrong I believe. It should be https://ethereum.github.io/beacon-APIs/#/Beacon/publishBlindedBlockV2. Therefore, endpoint := "/eth/v2/beacon/blinded_blocks"
.
cc @mcdee