Skip to content

Commit 71bab7a

Browse files
authored
[evm] Make comment match the function below (#804)
* Make comment match the function below * Fix precommit
1 parent 1d59e90 commit 71bab7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/ethereum/sdk/solidity/MockPyth.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ contract MockPyth is AbstractPyth {
3333
}
3434

3535
// Takes an array of encoded price feeds and stores them.
36-
// You can create this data either by calling createPriceFeedData or
36+
// You can create this data either by calling createPriceFeedUpdateData or
3737
// by using web3.js or ethers abi utilities.
3838
function updatePriceFeeds(
3939
bytes[] calldata updateData

0 commit comments

Comments
 (0)