From 79d62d59e3f20b232d33e1df83c163c2f058bcbf Mon Sep 17 00:00:00 2001 From: t11s Date: Fri, 3 Dec 2021 00:54:03 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20misleading=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Vault.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vault.sol b/src/Vault.sol index bdbcfc6..21f1dc8 100644 --- a/src/Vault.sol +++ b/src/Vault.sol @@ -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.