Skip to content

Commit bd49826

Browse files
f: natspec
1 parent 003dd61 commit bd49826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/horizon/contracts/payments/collectors/RecurringCollector.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { MathUtils } from "../../libraries/MathUtils.sol";
2121
contract RecurringCollector is EIP712, GraphDirectory, Authorizable, IRecurringCollector {
2222
using PPMMath for uint256;
2323

24+
/// @notice The minimum number of seconds that must be between two collections
2425
uint32 public constant MIN_SECONDS_COLLECTION_WINDOW = 600;
2526

2627
/// @notice The EIP712 typehash for the RecurringCollectionAgreement struct

0 commit comments

Comments
 (0)