Open three9s opened 1 month ago
In Solidity, the visibly keyword needs to be specified. It defaults to internal if not specified, so that is correct to make this a no-op change.
internal
Related Issue
380
Description of changes
In Solidity, the visibly keyword needs to be specified. It defaults to
internal
if not specified, so that is correct to make this a no-op change.