We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TYPE_3_TX_BLOB_COUNT_EXCEEDED
1 parent 4939c1c commit e2d9b2fCopy full SHA for e2d9b2f
src/ethereum_clis/clis/geth.py
@@ -52,7 +52,7 @@ class GethExceptionMapper(ExceptionMapper):
52
TransactionException.TYPE_3_TX_PRE_FORK: ("transaction type not supported"),
53
TransactionException.TYPE_3_TX_INVALID_BLOB_VERSIONED_HASH: "has invalid hash version",
54
# This message is the same as TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED
55
- TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: "exceed maximum allowance",
+ TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: "blob transaction has too many blobs",
56
TransactionException.TYPE_3_TX_ZERO_BLOBS: "blob transaction missing blob hashes",
57
TransactionException.TYPE_3_TX_WITH_FULL_BLOBS: (
58
"unexpected blob sidecar in transaction at index"
0 commit comments