diff options
author | Matthew Halpern <matthalp@google.com> | 2019-02-18 19:10:28 +0800 |
---|---|---|
committer | Martin Holst Swende <martin@swende.se> | 2019-02-18 19:10:28 +0800 |
commit | df7c4618cd20530e71b8c8c6340749e5eb7e02ed (patch) | |
tree | c8f6c1e1a45eceffa928a6c20583e7597f39cc3a | |
parent | 62d7688d0a7ddbdb5d7167b264e0ea617578b60d (diff) | |
download | go-tangerine-df7c4618cd20530e71b8c8c6340749e5eb7e02ed.tar go-tangerine-df7c4618cd20530e71b8c8c6340749e5eb7e02ed.tar.gz go-tangerine-df7c4618cd20530e71b8c8c6340749e5eb7e02ed.tar.bz2 go-tangerine-df7c4618cd20530e71b8c8c6340749e5eb7e02ed.tar.lz go-tangerine-df7c4618cd20530e71b8c8c6340749e5eb7e02ed.tar.xz go-tangerine-df7c4618cd20530e71b8c8c6340749e5eb7e02ed.tar.zst go-tangerine-df7c4618cd20530e71b8c8c6340749e5eb7e02ed.zip |
signer/core: remove unused function (#19099)
-rw-r--r-- | signer/core/validation_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
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) } |