Skip to content

Commit 317cf05

Browse files
authored
Update nethermind.py (#2022)
1 parent 41c9057 commit 317cf05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ethereum_clis/clis/nethermind.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,13 +374,13 @@ class NethermindExceptionMapper(ExceptionMapper):
374374
),
375375
TransactionException.TYPE_3_TX_WITH_FULL_BLOBS: r"Transaction \d+ is not valid",
376376
TransactionException.TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED: (
377-
r"BlobTxGasLimitExceeded: Transaction's totalDataGas=\d+ "
378-
r"exceeded MaxBlobGas per transaction=\d+"
379-
),
380-
TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: (
381377
r"BlockBlobGasExceeded: A block cannot have more than \d+ blob gas, blobs count \d+, "
382378
r"blobs gas used: \d+"
383379
),
380+
TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: (
381+
r"BlobTxGasLimitExceeded: Transaction's totalDataGas=\d+ "
382+
r"exceeded MaxBlobGas per transaction=\d+"
383+
),
384384
TransactionException.GAS_LIMIT_EXCEEDS_MAXIMUM: (
385385
r"TxGasLimitCapExceeded: Gas limit \d+ \w+ cap of \d+\.?"
386386
),

0 commit comments

Comments
 (0)