Skip to content

Commit

Permalink
Merge branch 'jack-cat-coinselection' into jn_coinselection_dust
Browse files Browse the repository at this point in the history
  • Loading branch information
jack60612 committed Mar 31, 2022
2 parents ce21659 + 618fbae commit 582c17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wallet/test_coin_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async def test_coin_selection(self, a_hash: bytes32) -> None:
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
Expand Down

0 comments on commit 582c17a

Please sign in to comment.