Liquid Staking

Stakelink
DeFiHardhatOracle
50,000 USDC
View results
Submission Details
Severity: low
Invalid

StakingPool.sol#setPriorityPool() should emit an event

Summary

setPriorityPool should emit an event

Vulnerability Details

setPriorityPool is an import process, should emit an event.

Impact

Tools Used

manually reviewed

Recommendations

function setPriorityPool(address _priorityPool) external onlyOwner {
address old_priorityPool = priorityPool;
if (old_priorityPool != _priorityPool && _priorityPool!= 0)
{
priorityPool = _priorityPool;
emit setPriorityPool(msg.sender, old_priorityPool, _priorityPool);
}
}
Updates

Lead Judging Commences

inallhonesty Lead Judge about 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.