mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
core/types: remove unused var
This commit is contained in:
parent
0a8b820725
commit
9b4ea90132
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ import (
|
||||||
var (
|
var (
|
||||||
ErrInvalidSig = errors.New("invalid transaction v, r, s values")
|
ErrInvalidSig = errors.New("invalid transaction v, r, s values")
|
||||||
ErrUnexpectedProtection = errors.New("transaction type does not supported EIP-155 protected signatures")
|
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")
|
ErrTxTypeNotSupported = errors.New("transaction type not supported")
|
||||||
ErrGasFeeCapTooLow = errors.New("fee cap less than base fee")
|
ErrGasFeeCapTooLow = errors.New("fee cap less than base fee")
|
||||||
ErrUint256Overflow = errors.New("bigint overflow, too large for uint256")
|
ErrUint256Overflow = errors.New("bigint overflow, too large for uint256")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue