signer/core: remove unused function (#19099)

pull/19108/head
Matthew Halpern 6 years ago committed by Martin Holst Swende
parent 62d7688d0a
commit df7c4618cd
  1. 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)
}

Loading…
Cancel
Save