@@ -38,7 +38,7 @@ interface IRecurringCollector is IAuthorizable, IPaymentsCollector {
38
38
// The maximum amount of tokens that can be collected in the first collection
39
39
// on top of the amount allowed for subsequent collections
40
40
uint256 maxInitialTokens;
41
- // The maximum amount of tokens that can be collected in a single collection
41
+ // The maximum amount of tokens that can be collected per second
42
42
// except for the first collection
43
43
uint256 maxOngoingTokensPerSecond;
44
44
// The minimum amount of seconds that must pass between collections
@@ -60,7 +60,7 @@ interface IRecurringCollector is IAuthorizable, IPaymentsCollector {
60
60
// The maximum amount of tokens that can be collected in the first collection
61
61
// on top of the amount allowed for subsequent collections
62
62
uint256 maxInitialTokens;
63
- // The maximum amount of tokens that can be collected in a single collection
63
+ // The maximum amount of tokens that can be collected per second
64
64
// except for the first collection
65
65
uint256 maxOngoingTokensPerSecond;
66
66
// The minimum amount of seconds that must pass between collections
0 commit comments