Skip to content

Commit 9cca418

Browse files
committed
doc: natspec for claim rebasing interest
1 parent 0e7c301 commit 9cca418

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/facets/TokenizedVaultFacet.sol

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ contract TokenizedVaultFacet is Modifiers, ReentrancyGuard {
196196
LibTokenizedVault._payDividend(_guid, LibAdmin._getSystemId(), _tokenId, _tokenId, _amount);
197197
}
198198

199+
/**
200+
* @notice Claim the rebased interest to the system ID
201+
* @param _tokenId Rebasing token ID
202+
* @param _amount Amount to distribute
203+
*/
199204
function claimRebasingInterest(bytes32 _tokenId, uint256 _amount) external assertPrivilege(LibAdmin._getSystemId(), LC.GROUP_SYSTEM_ADMINS) {
200205
LibTokenizedVault._claimRebasingInterest(_tokenId, _amount);
201206
}

0 commit comments

Comments
 (0)