Skip to content

Commit eb12812

Browse files
committed
fixed parsePriceFeedUpdates natspec
1 parent 57cdeed commit eb12812

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

target_chains/ethereum/sdk/solidity/IPyth.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ interface IPyth is IPythEvents {
105105
/// within `minPublishTime` and `maxPublishTime`.
106106
///
107107
/// You can use this method if you want to use a Pyth price at a fixed time and not the most recent price;
108-
/// otherwise, please consider using `updatePriceFeeds`. This method may store the price updates on-chain, if they
109-
/// are more recent than the current stored prices.
108+
/// otherwise, please consider using `updatePriceFeeds`. This method will not store the price updates on-chain.
110109
///
111110
/// This method requires the caller to pay a fee in wei; the required fee can be computed by calling
112111
/// `getUpdateFee` with the length of the `updateData` array.

0 commit comments

Comments
 (0)