Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb337r007 committed Feb 22, 2024
1 parent 6a55d40 commit f629e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/CollectibleV1.spec
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ rule maxSupplyCannotBeLowerThanMintedCount() {
}

rule maxSupplyNotLowerThanTotalSupply(env e, method f) {
require mintedCount() >= totalSupply();
require maxSupply() >= totalSupply();
requireInvariant mintCountGreaterEqualTotalSupplyAndTotalSupplyEqBalances();

calldataarg args;
f(e, args); // call all public/external functions of a contract
Expand Down

0 comments on commit f629e44

Please sign in to comment.