Skip to content

Commit

Permalink
📝 Fix misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 authored Dec 3, 2021
1 parent 057ed8b commit 79d62d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ contract Vault is ERC20, Auth {

/// @notice The period in seconds during which multiple harvests can occur
/// regardless if they are taking place before the harvest delay has elapsed.
/// @dev Long harvest delays open up the Vault to profit distribution DOS attacks.
/// @dev Long harvest windows open the Vault up to profit distribution slowdown attacks.
uint128 public harvestWindow;

/// @notice The period in seconds over which locked profit is unlocked.
Expand Down

0 comments on commit 79d62d5

Please sign in to comment.