Skip to content

Commit a3deac0

Browse files
committed
doc: comment
1 parent e367945 commit a3deac0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

target_chains/ethereum/contracts/forge-test/PulseSchedulerGasBenchmark.t.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ contract PulseSchedulerGasBenchmark is Test, PulseSchedulerTestUtils {
126126
mockParsePriceFeedUpdatesWithSlots(pyth, priceFeeds, slots);
127127
bytes[] memory updateData = createMockUpdateData(priceFeeds);
128128

129+
// Update the price feeds. We should have enough balance to cover the update
130+
// because we funded the subscription with the minimum balance during creation.
129131
scheduler.updatePriceFeeds(subscriptionId, updateData, params.priceIds);
130132
return subscriptionId;
131133
}

0 commit comments

Comments
 (0)