• F
    common: delete StringToAddress, StringToHash (#16436) · c7ab3e55
    Felix Lange 提交于
    * common: delete StringToAddress, StringToHash
    
    These functions are confusing because they don't parse hex, but use the
    bytes of the string. This change removes them, replacing all uses of
    StringToAddress(s) by BytesToAddress([]byte(s)).
    
    * eth/filters: remove incorrect use of common.BytesToAddress
    c7ab3e55
api_test.go 6.2 KB