We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The flag appears to use the publish exactly the wrong way around.
if c.ffUseV1PublishBlockEndpoint { uri = fmt.Sprintf("%s/eth/v2/beacon/blocks?broadcast_validation=%s", c.beaconURI, broadcastMode) } else { uri = fmt.Sprintf("%s/eth/v1/beacon/blocks", c.beaconURI) }
mev-boost-relay/beaconclient/prod_beacon_instance.go
Line 246 in d8a0d7b
The text was updated successfully, but these errors were encountered:
Resolved as part of #585. Thank you for raising this!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The flag appears to use the publish exactly the wrong way around.
mev-boost-relay/beaconclient/prod_beacon_instance.go
Line 246 in d8a0d7b
The text was updated successfully, but these errors were encountered: