Skip to content

Commit

Permalink
trying to get linking to work
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Jun 26, 2024
1 parent 5df7c54 commit 46741e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion certora/specs/termRepoServicer/accessRoles.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ methods {
function ROLLOVER_MANAGER() external returns (bytes32) envfree;
function ROLLOVER_TARGET_AUCTIONEER_ROLE() external returns (bytes32) envfree;

function _.verifyMintExposureAccess(address) external returns(bool) => DISPATCHER(true);
function _.verifyMintExposureAccess(address) external => DISPATCHER(true);
}


Expand Down
2 changes: 1 addition & 1 deletion certora/specs/termRepoServicer/collapses.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ methods {
function DummyERC20A.decimals() external returns(uint256) envfree;
function DummyERC20A.totalSupply() external returns(uint256) envfree;

function _.verifyMintExposureAccess(address) external returns(bool) => DISPATCHER(true);
function _.verifyMintExposureAccess(address) external => DISPATCHER(true);

}

Expand Down

0 comments on commit 46741e8

Please sign in to comment.