Skip to content

Commit 308d6e6

Browse files
document: [TRST-L-7] update()
1 parent e3d2787 commit 308d6e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ contract RecurringCollector is EIP712, GraphDirectory, Authorizable, IRecurringC
184184
* @notice Update an indexing agreement.
185185
* See {IRecurringCollector.update}.
186186
* @dev Caller must be the data service for the agreement.
187+
* @dev Note: Updated pricing terms apply immediately and will affect the next collection
188+
* for the entire period since lastCollectionAt.
187189
*/
188190
function update(SignedRCAU calldata signedRCAU) external {
189191
require(

0 commit comments

Comments
 (0)