소스 검색

[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