Skip to content

Commit

Permalink
verify mint exposure access methods certora
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Jun 26, 2024
1 parent c38a54d commit 04460ac
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.verifyMintExposure(address) external returns(bool) => NONDET;
function TermController.verifyMintExposureAccess(address) external returns(bool) => NONDET;
}


Expand Down

0 comments on commit 04460ac

Please sign in to comment.