浏览代码

[evm] Make comment match the function below (#804)

* Make comment match the function below

* Fix precommit
guibescos 2 年之前
父节点
当前提交
71bab7a9fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target_chains/ethereum/sdk/solidity/MockPyth.sol

+ 1 - 1
target_chains/ethereum/sdk/solidity/MockPyth.sol

@@ -33,7 +33,7 @@ contract MockPyth is AbstractPyth {
     }
 
     // Takes an array of encoded price feeds and stores them.
-    // You can create this data either by calling createPriceFeedData or
+    // You can create this data either by calling createPriceFeedUpdateData or
     // by using web3.js or ethers abi utilities.
     function updatePriceFeeds(
         bytes[] calldata updateData