Skip to content

Commit

Permalink
git works?
Browse files Browse the repository at this point in the history
  • Loading branch information
casiojapi committed Jul 28, 2023
1 parent aa6e1bd commit 24da608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private HexValueValidator(){}

public static void isValid(String input){
if (!HexUtils.isHexWithPrefix(input)) {
throw RskJsonRpcRequestException.invalidParamError("Invalid argument: " + input + ": param should be a hex value string.");
throw RskJsonRpcRequestException.invalidParamError("Invalid argument: " + input + ": param should be a hexadecimal value string.");
}
}
}

0 comments on commit 24da608

Please sign in to comment.