Skip to content

Commit

Permalink
Update lib/core/src/Cardano/Wallet/Primitive/Types/TokenBundle.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Knowles <jonathan.knowles@iohk.io>
  • Loading branch information
Anviking and jonathanknowles committed Mar 2, 2021
1 parent 494499a commit c0432c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/core/src/Cardano/Wallet/Primitive/Types/TokenBundle.hs
Expand Up @@ -319,8 +319,6 @@ difference (TokenBundle c1 m1) (TokenBundle c2 m2) =
TokenBundle
(fromMaybe (Coin 0) $ Coin.subtractCoin c1 c2)
(TokenMap.difference m1 m2)


--------------------------------------------------------------------------------
-- Quantities
--------------------------------------------------------------------------------
Expand Down

0 comments on commit c0432c6

Please sign in to comment.