Skip to content

Commit 5515a70

Browse files
Map TYPE_3_TX_BLOB_COUNT_EXCEEDED (#1944)
1 parent 57eee32 commit 5515a70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ethereum_clis/clis/besu.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,7 @@ class BesuExceptionMapper(ExceptionMapper):
289289
TransactionException.GAS_LIMIT_EXCEEDS_MAXIMUM: (
290290
r"transaction invalid Transaction gas limit must be at most \d+"
291291
),
292+
TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: (
293+
r"Blob transaction has too many blobs: \d+"
294+
),
292295
}

0 commit comments

Comments
 (0)