This repository was archived by the owner on Dec 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments