Merge branch 'jack-cat-coinselection' into jn_coinselection_dust

This commit is contained in:
Jack Nelson
2022-03-30 21:14:37 -04:00
+1 -1
View File
@@ -153,7 +153,7 @@ class TestCoinSelection:
target_amount,
)
assert match_3 is not None
assert sum([coin.amount for coin in match_3]) == target_amount
assert sum([coin.amount for coin in match_3]) >= target_amount
assert len(match_3) >= 3
# check for match of all