Open code423n4 opened 3 years ago
hickuphh3
The setWithdrawalSafetyCheck(), setHarvestOnRebalance(), setProcessLocksOnReinvest() and setProcessLocksOnRebalance() functions are unused internally but have public visibility. Their visibility can be changed to external.
setWithdrawalSafetyCheck()
setHarvestOnRebalance()
setProcessLocksOnReinvest()
setProcessLocksOnRebalance()
public
external
Sure
Handle
hickuphh3
Vulnerability details
Impact
The
setWithdrawalSafetyCheck()
,setHarvestOnRebalance()
,setProcessLocksOnReinvest()
andsetProcessLocksOnRebalance()
functions are unused internally but havepublic
visibility. Their visibility can be changed toexternal
.