From 308d6e6d07e6dfcf499494f47d06f8f9580bf1a7 Mon Sep 17 00:00:00 2001 From: Matias Date: Thu, 24 Jul 2025 11:08:20 -0300 Subject: [PATCH] document: [TRST-L-7] update() --- .../contracts/payments/collectors/RecurringCollector.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/horizon/contracts/payments/collectors/RecurringCollector.sol b/packages/horizon/contracts/payments/collectors/RecurringCollector.sol index 79f1d1a12..465e806d4 100644 --- a/packages/horizon/contracts/payments/collectors/RecurringCollector.sol +++ b/packages/horizon/contracts/payments/collectors/RecurringCollector.sol @@ -184,6 +184,8 @@ contract RecurringCollector is EIP712, GraphDirectory, Authorizable, IRecurringC * @notice Update an indexing agreement. * See {IRecurringCollector.update}. * @dev Caller must be the data service for the agreement. + * @dev Note: Updated pricing terms apply immediately and will affect the next collection + * for the entire period since lastCollectionAt. */ function update(SignedRCAU calldata signedRCAU) external { require(