black
This commit is contained in:
parent
e2ac44d017
commit
3d114f13cc
|
@ -624,7 +624,9 @@ class CCWallet:
|
||||||
outgoing_amount = uint64(sum(amounts))
|
outgoing_amount = uint64(sum(amounts))
|
||||||
|
|
||||||
if coins is None:
|
if coins is None:
|
||||||
selected_coins: Set[Coin] = await self.select_coins(uint64(outgoing_amount + fee))
|
selected_coins: Set[Coin] = await self.select_coins(
|
||||||
|
uint64(outgoing_amount + fee)
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
selected_coins = coins
|
selected_coins = coins
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue