Skip to content

Commit

Permalink
Update ERC20Wrapper.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Mar 8, 2023
1 parent 3800164 commit 0c57f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/ERC20Wrapper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function sumOfUnderlyingBalancesLowerThanUnderlyingSupply(address a, address b)
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
*/
invariant totalSupplyIsSmallerThanUnderlyingBalance()
totalSupply() <= underlyingBalanceOf(currentContract) &&
totalSupply() <= underlyingBalanceOf(currentContract) &&
underlyingBalanceOf(currentContract) <= underlyingTotalSupply() &&
underlyingTotalSupply() <= max_uint256
{
Expand Down

0 comments on commit 0c57f1b

Please sign in to comment.