Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[L-02] Inaccurate Comment for Public Key Y Coordinate #57

Open
softstackio opened this issue Sep 10, 2024 · 0 comments
Open

[L-02] Inaccurate Comment for Public Key Y Coordinate #57

softstackio opened this issue Sep 10, 2024 · 0 comments

Comments

@softstackio
Copy link

Description:
In the claim function of the ClaimContract, there is an incorrect comment for the _pubKeyY parameter. The comment incorrectly states "ECDSA public key X coordinate" instead of "Y coordinate".

Recommendation:
Correct the comment for the _pubKeyY parameter:

/// @param _pubKeyX ECDSA public key X coordinate
/// @param _pubKeyY ECDSA public key Y coordinate  // Corrected comment
function claim(
   // ... other parameters
   bytes32 _pubKeyX,
   bytes32 _pubKeyY,
   // ... remaining parameters
) external {
   // Function body
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant