Skip to content

Commit 85820c3

Browse files
authored
chore: minor improvement for docs (#191)
Signed-off-by: geogrego <geogrego@outlook.com>
1 parent 739f872 commit 85820c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-ethereum/core/types/tx_setcode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (a *SetCodeAuthorization) sigHash() common.Hash {
111111
})
112112
}
113113

114-
// Authority recovers the the authorizing account of an authorization.
114+
// Authority recovers the authorizing account of an authorization.
115115
func (a *SetCodeAuthorization) Authority() (common.Address, error) {
116116
sighash := a.sigHash()
117117
if !crypto.ValidateSignatureValues(a.V, a.R.ToBig(), a.S.ToBig(), true) {

0 commit comments

Comments
 (0)