Skip to content

Commit

Permalink
Remove redundant injectivity constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Mar 10, 2022
1 parent 1b79df9 commit 6fd17f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core/src/Cardano/Wallet/CoinSelection/Internal/Context.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ class
) =>
SelectionContext c
where
type Address c = address | address -> c
type UTxO c = utxo | utxo -> c
type Address c
type UTxO c

0 comments on commit 6fd17f5

Please sign in to comment.