Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated claimer comment #88

Merged
merged 1 commit into from Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion src/PrizeVaultFactory.sol
Expand Up @@ -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
Expand Down