Skip to content

Conversation

wenlinlee
Copy link
Contributor

No description provided.

Copy link

sonarqubecloud bot commented Feb 2, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

String gasPrice =
this.getSystemConfigByKey(nodeToSendRequest, key).getSystemConfig().getValue();
BigInteger gasPriceValue =
BigInteger.valueOf(Integer.parseInt(Hex.trimPrefix(gasPrice), 16));

Check notice

Code scanning / CodeQL

Missing catch of NumberFormatException

Potential uncaught 'java.lang.NumberFormatException'.
@wenlinlee wenlinlee merged commit 8e8de21 into FISCO-BCOS:release-3.6.0 Feb 2, 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