Skip to content

Commit a35f4a3

Browse files
committed
doc: clarify comment
1 parent 06833ca commit a35f4a3

File tree

1 file changed

+1
-1
lines changed
  • target_chains/ethereum/contracts/contracts/pulse/scheduler

1 file changed

+1
-1
lines changed

target_chains/ethereum/contracts/contracts/pulse/scheduler/Scheduler.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ abstract contract Scheduler is IScheduler, SchedulerState {
414414
revert IllegalPermanentSubscriptionModification();
415415
}
416416

417-
// Check that all existing price IDs are preserved
417+
// Check that all existing price IDs are preserved (adding is allowed, not removing)
418418
for (uint i = 0; i < currentParams.priceIds.length; i++) {
419419
bool found = false;
420420
for (uint j = 0; j < newParams.priceIds.length; j++) {

0 commit comments

Comments
 (0)