mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-05 20:51:16 +00:00
core/types: remove unused error variables
This commit is contained in:
parent
2f626561f7
commit
783d46f29e
1 changed files with 0 additions and 5 deletions
|
|
@ -39,11 +39,6 @@ var (
|
||||||
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")
|
||||||
errShortTypedTx = errors.New("typed transaction too short")
|
errShortTypedTx = errors.New("typed transaction too short")
|
||||||
errInvalidYParity = errors.New("'yParity' field must be 0 or 1")
|
|
||||||
errVYParityMismatch = errors.New("'v' and 'yParity' fields do not match")
|
|
||||||
errVYParityMissing = errors.New("missing 'yParity' or 'v' field in transaction")
|
|
||||||
errNoSigner = errors.New("missing signing methods")
|
|
||||||
ErrFeeCapTooLow = errors.New("fee cap less than base fee")
|
|
||||||
|
|
||||||
skipNonceDestinationAddress = map[common.Address]bool{
|
skipNonceDestinationAddress = map[common.Address]bool{
|
||||||
common.XDCXAddrBinary: true,
|
common.XDCXAddrBinary: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue