In the original implementation, when DAO.withdrawPOL() is called, some SALT rewards might be claimed. Withdrawn tokens will be transferred to Liquidizer, however, the claimed SALT reward will remain stuck in DAO.
Mitigation
commit eaf40ef
The mitigation removed DAO.withdrawPOL(). The function is no longer used.
The original issue was resolved.
Lines of code
Vulnerability details
Comments
In the original implementation, when
DAO.withdrawPOL()
is called, some SALT rewards might be claimed. Withdrawn tokens will be transferred toLiquidizer
, however, the claimed SALT reward will remain stuck inDAO
.Mitigation
commit eaf40ef The mitigation removed
DAO.withdrawPOL()
. The function is no longer used. The original issue was resolved.Conclusion
Confirmed