Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoenicke committed Aug 14, 2023
1 parent dc7f47b commit a0a1a2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions certora/specs/Blue.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ methods {

function mathLibMulDivUp(uint256, uint256, uint256) external returns uint256 envfree;
function mathLibMulDivDown(uint256, uint256, uint256) external returns uint256 envfree;
function _.safeTransfer(address, uint256) internal => DISPATCHER(true);
function _.safeTransferFrom(address, address, uint256) internal => DISPATCHER(true);
}

ghost mapping(MorphoHarness.Id => mathint) sumSupplyShares
Expand Down

0 comments on commit a0a1a2b

Please sign in to comment.