Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 7, 2023
1 parent 3265a08 commit 9f2f82d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cashu/wallet/api/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ async def swap(
_, send_proofs = await outgoing_wallet.split_to_send(
outgoing_wallet.proofs, total_amount, set_reserved=True
)
await outgoing_wallet.pay_lightning(send_proofs, invoice.bolt11, quote.fee_reserve, quote.quote)
await outgoing_wallet.pay_lightning(
send_proofs, invoice.bolt11, quote.fee_reserve, quote.quote
)

# mint token in incoming mint
await incoming_wallet.mint(amount, id=invoice.id)
Expand Down

0 comments on commit 9f2f82d

Please sign in to comment.