core/types: fix duplicated "the" in Authority doc-comment

Signed-off-by: Noa Levi <275430404+lphuc2250gma@users.noreply.github.com>
This commit is contained in:
Noa Levi 2026-05-14 06:04:19 +00:00
parent da34eb59fd
commit 79d3395786

View file

@ -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) {