Skip to content

Commit

Permalink
minting changes certora spec
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Jun 25, 2024
1 parent 726543b commit 00723b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/termRepoServicer/minting.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ methods {
function DummyERC20A.balanceOf(address) external returns(uint256) envfree;
function DummyERC20A.totalSupply() external returns(uint256) envfree;

TermController.verifyMintExposureAccess(address) external returns (bool) envfree;
function TermController.verifyMintExposureAccess(address) external returns (bool) envfree;
}


Expand Down

0 comments on commit 00723b0

Please sign in to comment.