From 46e48ad40b7270f6f72fa181bb70b65452c38539 Mon Sep 17 00:00:00 2001 From: Taylor Brent Date: Thu, 25 Apr 2024 18:21:18 -0400 Subject: [PATCH] ** --- contracts/staking/GenericStakedAppreciatingVault.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/staking/GenericStakedAppreciatingVault.sol b/contracts/staking/GenericStakedAppreciatingVault.sol index 19f6449..bbe8b42 100644 --- a/contracts/staking/GenericStakedAppreciatingVault.sol +++ b/contracts/staking/GenericStakedAppreciatingVault.sol @@ -12,7 +12,7 @@ struct RewardTracker { uint256 rewardAmount; // {qAsset} } -/* +/** * @title GenericMultiRewardsVault * @notice Transferrable ERC4626 vault with linear reward streaming in the vault's asset token. * The only reward token is the asset itself. Adding rewards is permisionless.