• 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
..
abigen Loading commit data...
bootnode Loading commit data...
ethkey Loading commit data...
evm Loading commit data...
faucet Loading commit data...
geth Loading commit data...
internal/browser Loading commit data...
p2psim Loading commit data...
puppeth Loading commit data...
rlpdump Loading commit data...
swarm Loading commit data...
utils Loading commit data...
wnode Loading commit data...