Skip to content

Commit cd7ba76

Browse files
committed
feat: just claim rebasing interest
1 parent ac5c3c3 commit cd7ba76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/facets/TokenizedVaultFacet.sol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,8 @@ contract TokenizedVaultFacet is Modifiers, ReentrancyGuard {
195195
LibTokenizedVault._claimRebasingInterest(_tokenId, _amount);
196196
LibTokenizedVault._payDividend(_guid, LibAdmin._getSystemId(), _tokenId, _tokenId, _amount);
197197
}
198+
199+
function claimRebasingInterest(bytes32 _tokenId, uint256 _amount) external assertPrivilege(LibAdmin._getSystemId(), LC.GROUP_SYSTEM_MANAGERS) {
200+
LibTokenizedVault._claimRebasingInterest(_tokenId, _amount);
201+
}
198202
}

0 commit comments

Comments
 (0)