mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
misc: Added missing comment line.
This commit is contained in:
@@ -55,6 +55,7 @@ contract FeeCollectModule is ICollectModule, FeeModuleBase, FollowValidationModu
|
||||
* address currency: The currency address, must be internally whitelisted.
|
||||
* address recipient: The custom recipient address to direct earnings to.
|
||||
* uint16 referralFee: The referral fee to set.
|
||||
* bool followerOnly: Whether only followers should be able to collect.
|
||||
*
|
||||
* @return An abi encoded bytes parameter, which is the same as the passed data parameter.
|
||||
*/
|
||||
|
||||
@@ -58,6 +58,7 @@ contract LimitedFeeCollectModule is ICollectModule, FeeModuleBase, FollowValidat
|
||||
* address currency: The currency address, must be internally whitelisted.
|
||||
* address recipient: The custom recipient address to direct earnings to.
|
||||
* uint16 referralFee: The referral fee to set.
|
||||
* bool followerOnly: Whether only followers should be able to collect.
|
||||
*
|
||||
* @return An abi encoded bytes parameter, which is the same as the passed data parameter.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user