We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0260658 commit 4a21714Copy full SHA for 4a21714
src/ATokenVaultRevenueSplitterOwner.sol
@@ -173,7 +173,7 @@ contract ATokenVaultRevenueSplitterOwner is Ownable {
173
}
174
175
/**
176
- * @dev Does not check for duplicates in the recipients array. Sum of shares must be represent 100.00% in BPS.
+ * @dev Does not check for duplicates in the recipients array. Sum of shares must represent 100.00% in basis points.
177
*/
178
function _setRecipients(Recipient[] memory recipients) internal {
179
uint256 accumulatedShareInBps = 0;
0 commit comments