Skip to content

Commit 3c7d37b

Browse files
authored
chore(cli): erigon 7825 exception bump. (#2250)
1 parent 10b0204 commit 3c7d37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_clis/clis/erigon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ErigonExceptionMapper(ExceptionMapper):
4545
}
4646
mapping_regex = {
4747
TransactionException.GAS_LIMIT_EXCEEDS_MAXIMUM: (
48-
r"invalid block, txnIdx=\d+, gas limit too high"
48+
r"invalid block, txnIdx=\d+,.*gas limit too high"
4949
),
5050
BlockException.INCORRECT_BLOB_GAS_USED: r"blobGasUsed by execution: \d+, in header: \d+",
5151
BlockException.INCORRECT_EXCESS_BLOB_GAS: r"invalid excessBlobGas: have \d+, want \d+",

0 commit comments

Comments
 (0)