diff --git a/src/ethereum_clis/clis/reth.py b/src/ethereum_clis/clis/reth.py index ad6d9869671..814aa6d6a6d 100644 --- a/src/ethereum_clis/clis/reth.py +++ b/src/ethereum_clis/clis/reth.py @@ -58,7 +58,7 @@ class RethExceptionMapper(ExceptionMapper): r"transaction gas limit \w+ is more than blocks available gas \w+" ), TransactionException.GAS_LIMIT_EXCEEDS_MAXIMUM: ( - r"transaction gas limit.*is greater than the cap" + r"transaction gas limit.*?is greater than the cap" ), BlockException.SYSTEM_CONTRACT_CALL_FAILED: r"failed to apply .* requests contract call", BlockException.INCORRECT_BLOB_GAS_USED: (