This commit is contained in:
Federico Kunze
2021-04-18 19:23:26 +02:00
parent cb2ab3d95d
commit 6f7470c2e0
29 changed files with 650 additions and 1549 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ func NewPublicWeb3API() *PublicWeb3API {
// ClientVersion returns the client version in the Web3 user agent format.
func (a *PublicWeb3API) ClientVersion() string {
return version.ClientVersion()
return version.Version()
}
// Sha3 returns the keccak-256 hash of the passed-in input.