Skip to content

Commit

Permalink
fix: Add override specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
DeFiFoFum committed Nov 30, 2022
1 parent f125eb7 commit 76dd9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/maximizer/MaximizerVaultApe.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ contract MaximizerVaultApe is

Settings public settings;

address[] public vaults;
address[] public override vaults;
mapping(address => VaultInfo) public vaultInfos;
IBananaVault public immutable BANANA_VAULT;

Expand Down

0 comments on commit 76dd9c4

Please sign in to comment.