Skip to content

Commit 5eaba79

Browse files
Update src/Nethermind/Nethermind.JsonRpc/ErrorCodes.cs
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
1 parent 04b87a7 commit 5eaba79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Nethermind/Nethermind.JsonRpc/ErrorCodes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public static class ErrorCodes
150150
/// </summary>
151151
public const int NonceTooLow = -38010;
152152

153-
/// <summary>
153+
public const int NonceTooHigh = -38011;
154154
/// Transaction nonce is higher than the account's current nonce
155155
/// </summary>
156156
public const int NonceTooHigh = -38011;

0 commit comments

Comments
 (0)