VIS-2 / taobank-04-24

0 stars 0 forks source link

Use of `override` is unnecessary #23

Open 0xMilenov opened 4 months ago

0xMilenov commented 4 months ago

Context

TokenToPriceFeed::owner() TokenToPriceFeed::transferOwnership() VaultExtraSettings::setMaxRedeemablePercentage()

Description

Starting with Solidity version 0.8.8, using the override keyword when the function solely overrides an interface function, and the function doesn't exist in multiple base contracts, is unnecessary.