We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ErrInvalidTxType
1 parent 407d9fa commit 6608a2aCopy full SHA for 6608a2a
core/types/transaction.go
@@ -34,7 +34,6 @@ import (
34
var (
35
ErrInvalidSig = errors.New("invalid transaction v, r, s values")
36
ErrUnexpectedProtection = errors.New("transaction type does not supported EIP-155 protected signatures")
37
- ErrInvalidTxType = errors.New("transaction type not valid in this context")
38
ErrTxTypeNotSupported = errors.New("transaction type not supported")
39
ErrGasFeeCapTooLow = errors.New("fee cap less than base fee")
40
ErrUint256Overflow = errors.New("bigint overflow, too large for uint256")
0 commit comments