Commit c929030e authored by Aditya's avatar Aditya Committed by Péter Szilágyi

core/types: fix docs about protected Vs (#17436)

parent 87f294aa
...@@ -119,7 +119,7 @@ func isProtectedV(V *big.Int) bool { ...@@ -119,7 +119,7 @@ func isProtectedV(V *big.Int) bool {
v := V.Uint64() v := V.Uint64()
return v != 27 && v != 28 return v != 27 && v != 28
} }
// anything not 27 or 28 are considered unprotected // anything not 27 or 28 is considered protected
return true return true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment