We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6470c commit a6f8d82Copy full SHA for a6f8d82
certora/stata/harness/pool/SymbolicLendingPool.sol
@@ -93,10 +93,7 @@ contract SymbolicLendingPool {
93
return reserve.configuration;
94
}
95
96
- function getVirtualUnderlyingBalance(
97
- address asset
98
- ) external view virtual returns (uint128) {
+ function getVirtualUnderlyingBalance(address asset) external view virtual returns (uint128) {
99
return reserve.virtualUnderlyingBalance;
100
101
-
102
0 commit comments