signer/core: remove unused function

This commit is contained in:
Matthew Halpern 2019-02-14 17:54:24 -08:00
parent 7f6b05aa43
commit 0260ba1803

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