File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
target_chains/ethereum/sdk/solidity Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,7 @@ interface IPyth is IPythEvents {
105
105
/// within `minPublishTime` and `maxPublishTime`.
106
106
///
107
107
/// 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.
110
109
///
111
110
/// This method requires the caller to pay a fee in wei; the required fee can be computed by calling
112
111
/// `getUpdateFee` with the length of the `updateData` array.
You can’t perform that action at this time.
0 commit comments