Skip to content

Commit

Permalink
fixup warnings in TransactionSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Feb 21, 2022
1 parent 1817eae commit 416c120
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ import Test.QuickCheck
, vectorOf
, withMaxSuccess
, within
, (.&&.)
, (.||.)
, (=/=)
, (===)
Expand Down Expand Up @@ -2616,8 +2615,6 @@ prop_balanceTransactionBalanced (Wallet' utxo wal pending) (ShowBuildable partia
, show delta
]
counterexample msg $ property $ fee >= minfee
where
showInParens x = "(" <> show x <> ")"

-- FIXME: TMP Hack; tweak generators instead?
partialTx = PartialTx s ins' r
Expand Down

0 comments on commit 416c120

Please sign in to comment.