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 0bdb6ab commit 5df7c54
Showing 1 changed file with 1 addition and 1 deletion.
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 returns(bool) => DISPATCHER(true);

}

Expand Down

0 comments on commit 5df7c54

Please sign in to comment.