signer/core: remove unused function (#19099)

This commit is contained in:
Matthew Halpern 2019-02-18 03:10:28 -08:00 committed by Martin Holst Swende
parent 62d7688d0a
commit df7c4618cd

View File

@ -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)
}