Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit b4ca7e1

Browse files
Merge pull request #1355 from morpho-dao/fix/lens-visibility
Fix lens visibility
2 parents ff82027 + e9379eb commit b4ca7e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contracts/aave-v2/lens/UsersLens.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ abstract contract UsersLens is IndexesLens {
358358
/// @return balanceOnPool The balance on pool of the user (in underlying).
359359
/// @return totalBalance The total balance of the user (in underlying).
360360
function _getCurrentSupplyBalanceInOf(address _poolToken, address _user)
361-
public
361+
internal
362362
view
363363
returns (
364364
address underlyingToken,
@@ -391,7 +391,7 @@ abstract contract UsersLens is IndexesLens {
391391
/// @return balanceOnPool The balance on pool of the user (in underlying).
392392
/// @return totalBalance The total balance of the user (in underlying).
393393
function _getCurrentBorrowBalanceInOf(address _poolToken, address _user)
394-
public
394+
internal
395395
view
396396
returns (
397397
address underlyingToken,

0 commit comments

Comments
 (0)