Skip to content

Commit

Permalink
♻️ Punctuation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Nov 30, 2021
1 parent ce998ce commit 057ed8b
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 @@ -125,7 +125,7 @@ contract Vault is ERC20, Auth {
/// @notice Sets a new harvest delay.
/// @param newHarvestDelay The new harvest delay to set.
/// @dev If the current harvest delay is 0, meaning it has not
/// been set before, it will be updated immediately; otherwise
/// been set before, it will be updated immediately, otherwise
/// it will be scheduled to take effect after the next harvest.
function setHarvestDelay(uint64 newHarvestDelay) external requiresAuth {
// A harvest delay of 0 makes harvests vulnerable to sandwich attacks.
Expand Down

0 comments on commit 057ed8b

Please sign in to comment.