You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as u can see in this code there is calling of method 'Client()' of struct ethclient.Client
but method 'Client' was introduced only in go-ethereum to v1.12
so after downgrade go-ethereum to v1.11.5 compilation of this module was broken
The text was updated successfully, but these errors were encountered:
ethrpc/client.go have code
as u can see in this code there is calling of method 'Client()' of struct ethclient.Client
but method 'Client' was introduced only in go-ethereum to v1.12
so after downgrade go-ethereum to v1.11.5 compilation of this module was broken
The text was updated successfully, but these errors were encountered: