aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/transaction.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/transaction.go')
-rw-r--r--core/types/transaction.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/types/transaction.go b/core/types/transaction.go
index 82af9335f..9c6e77be9 100644
--- a/core/types/transaction.go
+++ b/core/types/transaction.go
@@ -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
}