Erc4626: _initialConvertToShares rounding param commented out?

Hi,
Trying to understand OZ implementation of erc4626. And I see in the _initialConvertToShares there is parameter of type Math.Rounding that has comment out "rounding", how is this possible? shouldn't there be name?

You can comment out the name of an input argument in order to get rid of it without breaking the API.

Oh so this is just indicating, even if I want to comply to interface I really do not need this in my implementation. thx.

1 Like