Skip to content

Commit 21df7d8

Browse files
authored
Merge pull request #29 from Gearbox-protocol/legacy-periphery-contracts
feat: remove `setLegacyAddress` calls in v3.1 installation script
2 parents 56e2b79 + 822acd7 commit 21df7d8

File tree

5 files changed

+82
-127
lines changed

5 files changed

+82
-127
lines changed

contracts/data/DataCompressorV3.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ contract DataCompressorV3 is IDataCompressorV3, ContractsRegisterTrait {
486486
}
487487
}
488488

489-
function _updatePrices(address creditManager, PriceUpdate[] memory priceUpdates) internal {
489+
function _updatePrices(address, PriceUpdate[] memory priceUpdates) internal {
490490
for (uint256 i; i < priceUpdates.length; ++i) {
491491
IUpdatablePriceFeed(priceUpdates[i].priceFeed).updatePrice(priceUpdates[i].data);
492492
}

0 commit comments

Comments
 (0)