mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
core/types: fix docs about protected Vs (#17436)
This commit is contained in:
@@ -119,7 +119,7 @@ func isProtectedV(V *big.Int) bool {
|
||||
v := V.Uint64()
|
||||
return v != 27 && v != 28
|
||||
}
|
||||
// anything not 27 or 28 are considered unprotected
|
||||
// anything not 27 or 28 is considered protected
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user