Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strengthen coverage check for
prop_spendTx_balance_inequality
.
What we really want here is to capture the notion of "strictly less than", but `leq` gives us "less than OR equal". We can't use `<=`, as token maps are only partially ordered. So we have to use a combination of `leq` and `/=`. In response to review comment: https://github.com/input-output-hk/cardano-wallet/pull/2867/files#r701595441
- Loading branch information