Skip to content

Commit

Permalink
feat: use collateralIndex instead of collateralAddressToIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Dec 15, 2023
1 parent e59ad40 commit 8c87bb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ library LibUbiquityPool {
) internal {
UbiquityPoolStorage storage poolStorage = ubiquityPoolStorage();

uint256 collateralIndex = poolStorage.collateralAddressToIndex[
uint256 collateralIndex = poolStorage.collateralIndex[
collateralAddress
];
poolStorage.collateralPriceFeedAddresses[
Expand Down

0 comments on commit 8c87bb2

Please sign in to comment.