mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-07 11:28:19 +02:00
fix fee on lntxbot wallets.
This commit is contained in:
parent
45148d285e
commit
9dd040186d
@ -82,7 +82,7 @@ class LntxbotWallet(Wallet):
|
||||
|
||||
data = r.json()
|
||||
checking_id = data["payment_hash"]
|
||||
fee_msat = data["fee_msat"]
|
||||
fee_msat = -data["fee_msat"]
|
||||
preimage = data["payment_preimage"]
|
||||
return PaymentResponse(True, checking_id, fee_msat, preimage, None)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user