Skip to content

Commit

Permalink
DISPATCHER true verifyMintExposureAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Jun 26, 2024
1 parent 246506f commit c2e66c6
Showing 1 changed file with 1 addition and 1 deletion.
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 TermController.verifyMintExposureAccess(address) external returns(bool) => NONDET;
function TermController.verifyMintExposureAccess(address) external returns(bool) => DISPATCHER(true);
}


Expand Down

0 comments on commit c2e66c6

Please sign in to comment.