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.
NONCE_IS_MAX
1 parent d2f272d commit 9e4ea4fCopy full SHA for 9e4ea4f
src/ethereum_clis/clis/nethermind.py
@@ -343,7 +343,7 @@ class NethermindExceptionMapper(ExceptionMapper):
343
"InvalidMaxPriorityFeePerGas: Cannot be higher than maxFeePerGas"
344
),
345
TransactionException.GAS_ALLOWANCE_EXCEEDED: "Block gas limit exceeded",
346
- TransactionException.NONCE_IS_MAX: "nonce overflow",
+ TransactionException.NONCE_IS_MAX: "NonceTooHigh",
347
TransactionException.INITCODE_SIZE_EXCEEDED: "max initcode size exceeded",
348
TransactionException.NONCE_MISMATCH_TOO_LOW: "wrong transaction nonce",
349
TransactionException.INSUFFICIENT_MAX_FEE_PER_BLOB_GAS: (
0 commit comments