mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
tx-pool: fix ExceedsGasLimit error message order (#12191)
This commit is contained in:
@@ -628,8 +628,8 @@ impl<T: TransactionOrdering> TxPool<T> {
|
||||
*transaction.hash(),
|
||||
PoolErrorKind::InvalidTransaction(
|
||||
InvalidPoolTransactionError::ExceedsGasLimit(
|
||||
block_gas_limit,
|
||||
tx_gas_limit,
|
||||
block_gas_limit,
|
||||
),
|
||||
),
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user