From eb12812b45ca075e4580aea9a9cd14cde7b02e07 Mon Sep 17 00:00:00 2001 From: Ayush Suresh Date: Thu, 17 Jul 2025 12:36:37 -0700 Subject: [PATCH] fixed parsePriceFeedUpdates natspec --- target_chains/ethereum/sdk/solidity/IPyth.sol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target_chains/ethereum/sdk/solidity/IPyth.sol b/target_chains/ethereum/sdk/solidity/IPyth.sol index 2f0eef94c2..567f22fc6b 100644 --- a/target_chains/ethereum/sdk/solidity/IPyth.sol +++ b/target_chains/ethereum/sdk/solidity/IPyth.sol @@ -105,8 +105,7 @@ interface IPyth is IPythEvents { /// within `minPublishTime` and `maxPublishTime`. /// /// You can use this method if you want to use a Pyth price at a fixed time and not the most recent price; - /// otherwise, please consider using `updatePriceFeeds`. This method may store the price updates on-chain, if they - /// are more recent than the current stored prices. + /// otherwise, please consider using `updatePriceFeeds`. This method will not store the price updates on-chain. /// /// This method requires the caller to pay a fee in wei; the required fee can be computed by calling /// `getUpdateFee` with the length of the `updateData` array.