Commit df7c4618 authored by Matthew Halpern's avatar Matthew Halpern Committed by Martin Holst Swende

signer/core: remove unused function (#19099)

parent 62d7688d
......@@ -25,7 +25,6 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil"
)
func hexAddr(a string) common.Address { return common.BytesToAddress(common.FromHex(a)) }
func mixAddr(a string) (*common.MixedcaseAddress, error) {
return common.NewMixedcaseAddressFromString(a)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment