MorpheusAI

MorpheusAI
Foundry
22,500 USDC
View results
Submission Details
Severity: low
Invalid

`IDistribution.sol::totalDepositedInPublicPools` function natspec has the repetition of the word "amount" causing the natspec to be incorrect.

[l-01] TITLE (IDistribution.sol::totalDepositedInPublicPools function natspec has the repetition of the word "amount" causing the natspec to be incorrect.)

Description: The IDistribution.sol::totalDepositedInPublicPools function natspec has the repetition of the word "amount" which is causing the confusion to the reader.

Impact: The IDistribution.sol::totalDepositedInPublicPools function natspec is wrong.

Recommended Mitigation: Remove the extra word amount from the comment * @dev The value accumulates the amount amount despite the rate differences. which is causing repetition.

/**
* The function to get the amount of deposit tokens that are staked in all of the public pools.
- * @dev The value accumulates the amount amount despite the rate differences.
+ * @dev The value accumulates the amount despite the rate differences.
* @return The amount of deposit tokens.
*/
function totalDepositedInPublicPools() external view returns (uint256);
Updates

Lead Judging Commences

inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.