We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d59e90 commit 71bab7aCopy full SHA for 71bab7a
target_chains/ethereum/sdk/solidity/MockPyth.sol
@@ -33,7 +33,7 @@ contract MockPyth is AbstractPyth {
33
}
34
35
// Takes an array of encoded price feeds and stores them.
36
- // You can create this data either by calling createPriceFeedData or
+ // You can create this data either by calling createPriceFeedUpdateData or
37
// by using web3.js or ethers abi utilities.
38
function updatePriceFeeds(
39
bytes[] calldata updateData
0 commit comments