You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even the comment says it, delete to save some gas:
/// @notice Delete if you don't need!
function setKeepReward(uint256 _setKeepReward) external {
_onlyGovernance();
}
The text was updated successfully, but these errors were encountered:
Handle
pauliax
Vulnerability details
Impact
even the comment says it, delete to save some gas:
/// @notice Delete if you don't need!
function setKeepReward(uint256 _setKeepReward) external {
_onlyGovernance();
}
The text was updated successfully, but these errors were encountered: