Skip to content

Commit

Permalink
add to pool-harness: getVirtualUnderlyingBalance
Browse files Browse the repository at this point in the history
  • Loading branch information
nisnislevi committed Sep 30, 2024
1 parent 9fcfd66 commit 3e5648f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions certora/stata/harness/pool/SymbolicLendingPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,10 @@ contract SymbolicLendingPool {
return reserve.configuration;
}

function getVirtualUnderlyingBalance(
address asset
) external view virtual returns (uint128) {
return reserve.virtualUnderlyingBalance;
}

}

0 comments on commit 3e5648f

Please sign in to comment.