• Felix Lange's avatar
    common: delete StringToAddress, StringToHash (#16436) · c7ab3e55
    Felix Lange authored
    * 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
Name
Last commit
Last update
..
doc.go Loading commit data...
env.go Loading commit data...
fuzz.go Loading commit data...
runtime.go Loading commit data...
runtime_example_test.go Loading commit data...
runtime_test.go Loading commit data...