Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 committed Aug 5, 2023
1 parent e63719a commit 9901993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/contracts/ecosystem/price/WellPrice.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract WellPrice {
uint256 lpBdv;
}

function getConstantProductWell(address wellAddress) external view returns (P.Pool memory pool) {
function getConstantProductWell(address wellAddress) public view returns (P.Pool memory pool) {
IWell well = IWell(wellAddress);
pool.pool = wellAddress;

Expand Down

0 comments on commit 9901993

Please sign in to comment.