All fees are negative
This commit is contained in:
parent
510ccbc007
commit
045e069312
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ async def pay_invoice(
|
|||
if payment.checking_id:
|
||||
await create_payment(
|
||||
checking_id=payment.checking_id,
|
||||
fee=payment.fee_msat,
|
||||
fee=-abs(payment.fee_msat),
|
||||
preimage=payment.preimage,
|
||||
pending=payment.ok == None,
|
||||
conn=conn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue