signer/core: remove unused function (#19099)
This commit is contained in:
parent
62d7688d0a
commit
df7c4618cd
@ -25,7 +25,6 @@ import (
|
|||||||
"github.com/ethereum/go-ethereum/common/hexutil"
|
"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) {
|
func mixAddr(a string) (*common.MixedcaseAddress, error) {
|
||||||
return common.NewMixedcaseAddressFromString(a)
|
return common.NewMixedcaseAddressFromString(a)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user