mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Merge branch 'jack-cat-coinselection' into jn_coinselection_dust
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user