Skip to content

Conversation

Mojicode
Copy link
Contributor

No description provided.

return getPubFromSig(Hex.toHexString(msgHash), signature);
}

public static String getPubFromSignature(String msgHash, SignatureResult signature) {

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'msgHash' is never used.
return getPubFromSig(Hex.toHexString(msgHash), signature);
}

public static String getPubFromSignature(String msgHash, SignatureResult signature) {

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'msgHash' is never used.
@Mojicode Mojicode force-pushed the feature/recAddrFromSig branch from 68ea122 to 98772ef Compare March 13, 2024 03:15
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

return recoverAddress(Hex.toHexString(msgHash), signature);
}

public static String ecrecoverSignature(String msgHash, SignatureResult signature) {

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'msgHash' is never used.
return recoverAddress(Hex.toHexString(msgHash), signature);
}

public static String ecrecoverSignature(String msgHash, SignatureResult signature) {

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'signature' is never used.
@kyonRay kyonRay merged commit 9f7afc6 into FISCO-BCOS:release-3.7.0 Mar 13, 2024
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

Successfully merging this pull request may close these issues.

2 participants