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.
1 parent 6c260cb commit 9ac77d3Copy full SHA for 9ac77d3
monad-eth-txpool-types/src/lib.rs
@@ -86,7 +86,7 @@ impl EthTxPoolDropReason {
86
TransactionError::InitCodeLimitExceeded => "Init code size limit exceeded",
87
TransactionError::EncodedLengthLimitExceeded => "Encoded length limit exceeded",
88
TransactionError::GasLimitTooLow => "Gas limit too low",
89
- TransactionError::GasLimitTooHigh => "Exceeds block gas limit",
+ TransactionError::GasLimitTooHigh => "Exceeds transaction gas limit",
90
TransactionError::UnsupportedTransactionType => "Unsupported transaction type",
91
TransactionError::AuthorizationListEmpty => "EIP7702 authorization list empty",
92
TransactionError::AuthorizationListLengthLimitExceeded => {
0 commit comments