This is one of many examples of the appearance of private instead of internal. Since we manually code reviewing and writing issues we don't list all the appearances.
Calling a private function is more gas efficient than calling internal.
Here we refer to UToken.sol._redeemFresh function that is used only in UToken.sol file.
Handle
pants
Vulnerability details
This is one of many examples of the appearance of private instead of internal. Since we manually code reviewing and writing issues we don't list all the appearances. Calling a private function is more gas efficient than calling internal.
Here we refer to UToken.sol._redeemFresh function that is used only in UToken.sol file.