File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
certora/stata/harness/pool
tests/extensions/static-a-token Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,7 @@ contract SymbolicLendingPool {
9393 return reserve.configuration;
9494 }
9595
96- function getVirtualUnderlyingBalance (
97- address asset
98- ) external view virtual returns (uint128 ) {
96+ function getVirtualUnderlyingBalance (address asset ) external view virtual returns (uint128 ) {
9997 return reserve.virtualUnderlyingBalance;
10098 }
101-
10299}
Original file line number Diff line number Diff line change 1- // SPDX-License-Identifier: BUSL-1.1
1+ g // SPDX-License-Identifier: BUSL-1.1
22pragma solidity ^ 0.8.10 ;
33
44import {PausableUpgradeable} from 'openzeppelin-contracts-upgradeable/contracts/utils/PausableUpgradeable.sol ' ;
Original file line number Diff line number Diff line change 1- // SPDX-License-Identifier: BUSL-1.1
1+ t // SPDX-License-Identifier: BUSL-1.1
22pragma solidity ^ 0.8.10 ;
33
44import {ERC20PermitUpgradeable } from 'openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/ERC20PermitUpgradeable.sol ' ;
You can’t perform that action at this time.
0 commit comments