浏览代码

signer/core: remove unused function (#19099)

Matthew Halpern 6 年之前
父节点
当前提交
df7c4618cd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      signer/core/validation_test.go

+ 0 - 1
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)
 }