From 3d6d51f77be6581bb935255ccca2b8190318a857 Mon Sep 17 00:00:00 2001 From: Trevor Richard Date: Mon, 18 Mar 2024 18:59:05 +0000 Subject: [PATCH] remove outdated claimer comment --- src/PrizeVaultFactory.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PrizeVaultFactory.sol b/src/PrizeVaultFactory.sol index 8c59741..443a3dc 100644 --- a/src/PrizeVaultFactory.sol +++ b/src/PrizeVaultFactory.sol @@ -77,7 +77,6 @@ contract PrizeVaultFactory { /// @notice Deploy a new vault /// @dev Emits a `NewPrizeVault` event with the vault details. - /// @dev `claimer` can be set to address zero if none is available yet. /// @dev The caller MUST approve this factory to spend underlying assets equal to `YIELD_BUFFER` so the yield /// buffer can be filled on deployment. This value is unrecoverable and is expected to be insignificant. /// @param _name Name of the ERC20 share minted by the vault