From 0260ba180313c6fc80a1a84685a992b1cd47f0ed Mon Sep 17 00:00:00 2001 From: Matthew Halpern Date: Thu, 14 Feb 2019 17:54:24 -0800 Subject: [PATCH] signer/core: remove unused function --- 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 155b25e92c..1e2e69ecd4 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) }