From df7c4618cd20530e71b8c8c6340749e5eb7e02ed Mon Sep 17 00:00:00 2001 From: Matthew Halpern Date: Mon, 18 Feb 2019 03:10:28 -0800 Subject: [PATCH] signer/core: remove unused function (#19099) --- signer/core/validation_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/signer/core/validation_test.go b/signer/core/validation_test.go index 155b25e92..1e2e69ecd 100644 --- a/signer/core/validation_test.go +++ b/signer/core/validation_test.go @@ -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) }