misc: Added missing comment line.

This commit is contained in:
Peter Michael
2022-03-18 16:33:12 -04:00
parent dd6267bfbc
commit 73669d3da9
2 changed files with 2 additions and 0 deletions

View File

@@ -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.
*/

View File

@@ -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.
*/