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:
|
if payment.checking_id:
|
||||||
await create_payment(
|
await create_payment(
|
||||||
checking_id=payment.checking_id,
|
checking_id=payment.checking_id,
|
||||||
fee=payment.fee_msat,
|
fee=-abs(payment.fee_msat),
|
||||||
preimage=payment.preimage,
|
preimage=payment.preimage,
|
||||||
pending=payment.ok == None,
|
pending=payment.ok == None,
|
||||||
conn=conn,
|
conn=conn,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue