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

* Make comment match the function below

* Fix precommit
This commit is contained in:
guibescos 2023-05-05 12:49:14 -05:00 committed by GitHub
parent 1d59e9052b
commit 71bab7a9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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