Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BkChoy committed Dec 5, 2024
1 parent e0fff67 commit 12de884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/core/StakingProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ contract StakingProxy is UUPSUpgradeable, OwnableUpgradeable {

/**
* @notice Returns the total amount of liquid staking tokens held by this contract
* @dev excludes unclaims LSTs sitting in the priority pool
* @dev excludes unclaimed LSTs sitting in the priority pool
* @return total LSTs held by contract
*/
function getTotalDeposits() external view returns (uint256) {
Expand Down Expand Up @@ -273,6 +273,7 @@ contract StakingProxy is UUPSUpgradeable, OwnableUpgradeable {
/**
* @notice Claims rewards from the SDL Pool
* @dev rewards will be redistributed to the SDL Pool
* @dev this contract will be redistrubuted some of its own rewards
* @param _tokens list of tokens to claim rewards for
*/
function claimRESDLRewards(address[] calldata _tokens) external {
Expand Down

0 comments on commit 12de884

Please sign in to comment.