Upgraded Q -> M from 268 [1659038665057] #277
Labels
2 (Med Risk)
Assets not at direct risk, but function/availability of the protocol could be impacted or leak value
bug
Something isn't working
duplicate
This issue or pull request already exists
upgraded by judge
Judge has assessed an item in Issue #268 as Medium risk. The relevant finding follows:
The protocol does not support fee on transfer and other weird tokens, e.g.:
IERC20(_rewardToken).safeTransferFrom(msg.sender, address(this), _amount);
rewardTokenInfo[_rewardToken].queuedRewards += _amount;
The text was updated successfully, but these errors were encountered: