Skip to content

Commit 9e4ea4f

Browse files
spencer-tbdanceratopz
authored andcommitted
chore(cli): update nethermind's NONCE_IS_MAX message in exception mapper (#2211)
1 parent d2f272d commit 9e4ea4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_clis/clis/nethermind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ class NethermindExceptionMapper(ExceptionMapper):
343343
"InvalidMaxPriorityFeePerGas: Cannot be higher than maxFeePerGas"
344344
),
345345
TransactionException.GAS_ALLOWANCE_EXCEEDED: "Block gas limit exceeded",
346-
TransactionException.NONCE_IS_MAX: "nonce overflow",
346+
TransactionException.NONCE_IS_MAX: "NonceTooHigh",
347347
TransactionException.INITCODE_SIZE_EXCEEDED: "max initcode size exceeded",
348348
TransactionException.NONCE_MISMATCH_TOO_LOW: "wrong transaction nonce",
349349
TransactionException.INSUFFICIENT_MAX_FEE_PER_BLOB_GAS: (

0 commit comments

Comments
 (0)