[evm] Make comment match the function below (#804)
* Make comment match the function below * Fix precommit
This commit is contained in:
parent
1d59e9052b
commit
71bab7a9fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue