Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jack60612 authored Apr 13, 2022
1 parent adbf7f4 commit 34a2235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/wallet/coin_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def select_coins(
coin_set = {coin}
return coin_set
else:
# if we == amount and len(smaller_coins) >= max_num_coins.
# if smaller_coin_sum == amount and len(smaller_coins) >= max_num_coins.
coin = select_smallest_coin_over_target(len(smaller_coins), valid_spendable_coins)
log.debug(f"Resorted to selecting smallest coin over target due to dust.: {coin}")
return {coin}
Expand Down

0 comments on commit 34a2235

Please sign in to comment.