Skip to content

Commit 9ac77d3

Browse files
committed
Update transaction submission error string
1 parent 6c260cb commit 9ac77d3

File tree

1 file changed

+1
-1
lines changed
  • monad-eth-txpool-types/src

1 file changed

+1
-1
lines changed

monad-eth-txpool-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl EthTxPoolDropReason {
8686
TransactionError::InitCodeLimitExceeded => "Init code size limit exceeded",
8787
TransactionError::EncodedLengthLimitExceeded => "Encoded length limit exceeded",
8888
TransactionError::GasLimitTooLow => "Gas limit too low",
89-
TransactionError::GasLimitTooHigh => "Exceeds block gas limit",
89+
TransactionError::GasLimitTooHigh => "Exceeds transaction gas limit",
9090
TransactionError::UnsupportedTransactionType => "Unsupported transaction type",
9191
TransactionError::AuthorizationListEmpty => "EIP7702 authorization list empty",
9292
TransactionError::AuthorizationListLengthLimitExceeded => {

0 commit comments

Comments
 (0)