ethermint icon indicating copy to clipboard operation
ethermint copied to clipboard

Fix linter deprecation message in EIP712 implementation

Open danburck opened this issue 3 years ago • 0 comments

ethereum/eip712/eip712.go:367:20 staticcheck SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead.

danburck avatar Aug 12 '22 16:08 danburck