Skip to content

Commit

Permalink
fix typo in error message. (#4736)
Browse files Browse the repository at this point in the history
Signed-off-by: Bakuchi <49754494+massun-onibakuchi@users.noreply.github.com>

Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
massun-onibakuchi and macfarla authored Nov 27, 2022
1 parent f83d7e1 commit d2382c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public enum JsonRpcError {
MAX_PRIORITY_FEE_PER_GAS_EXCEEDS_MAX_FEE_PER_GAS(
-32000, "Max priority fee per gas exceeds max fee per gas"),
NONCE_TOO_FAR_IN_FUTURE_FOR_SENDER(
-32000, "Transaction nonce it too distant from current sender nonce"),
-32000, "Transaction nonce is too distant from current sender nonce"),
LOWER_NONCE_INVALID_TRANSACTION_EXISTS(
-32000, "An invalid transaction with a lower nonce exists"),

Expand Down

0 comments on commit d2382c6

Please sign in to comment.