diff --git a/core/types/tx_setcode.go b/core/types/tx_setcode.go index 9487c9cc81..11c2e8c534 100644 --- a/core/types/tx_setcode.go +++ b/core/types/tx_setcode.go @@ -117,7 +117,7 @@ func (a *SetCodeAuthorization) SigHash() common.Hash { }) } -// Authority recovers the the authorizing account of an authorization. +// Authority recovers the authorizing account of an authorization. func (a *SetCodeAuthorization) Authority() (common.Address, error) { sighash := a.SigHash() if !crypto.ValidateSignatureValues(a.V, a.R.ToBig(), a.S.ToBig(), true) {