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
Gethclient version: v1.10.26 CL client & version: lighthouse OS & Version: OSX Commit hash : latest
Expected to be able to use the mentioned function on my go code.
The function is not available on the official gethclient package: https://pkg.go.dev/github.com/ethereum/[email protected]/ethclient/gethclient
Check out the go package (https://pkg.go.dev/github.com/ethereum/[email protected]/ethclient/gethclient) and see that the function is not there.
The text was updated successfully, but these errors were encountered:
That function hasn't been released yet. It's set for the v1.11.0 milestone (#25186). Please wait for the release or use master.
master
Sorry, something went wrong.
Thank you.
No branches or pull requests
System information
Gethclient version: v1.10.26
CL client & version: lighthouse
OS & Version: OSX
Commit hash : latest
Expected behaviour
Expected to be able to use the mentioned function on my go code.
Actual behaviour
The function is not available on the official gethclient package: https://pkg.go.dev/github.com/ethereum/[email protected]/ethclient/gethclient
Steps to reproduce the behaviour
Check out the go package (https://pkg.go.dev/github.com/ethereum/[email protected]/ethclient/gethclient) and see that the function is not there.
The text was updated successfully, but these errors were encountered: