Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ethereum_clis/clis/reth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
Expand Down
Loading