core/types: remove unused var

This commit is contained in:
cuiweixie 2025-10-21 22:07:32 +08:00
parent 0a8b820725
commit 9b4ea90132
No known key found for this signature in database
GPG key ID: 16DF64EE15E495A3

View file

@ -34,7 +34,6 @@ import (
var (
ErrInvalidSig = errors.New("invalid transaction v, r, s values")
ErrUnexpectedProtection = errors.New("transaction type does not supported EIP-155 protected signatures")
ErrInvalidTxType = errors.New("transaction type not valid in this context")
ErrTxTypeNotSupported = errors.New("transaction type not supported")
ErrGasFeeCapTooLow = errors.New("fee cap less than base fee")
ErrUint256Overflow = errors.New("bigint overflow, too large for uint256")