diff --git a/go-ethereum/core/types/tx_setcode.go b/go-ethereum/core/types/tx_setcode.go index 06ada5a1..495dc8c4 100644 --- a/go-ethereum/core/types/tx_setcode.go +++ b/go-ethereum/core/types/tx_setcode.go @@ -111,7 +111,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) {