mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-19 05:33:47 +01:00
Update lntxbot.py
This commit is contained in:
parent
171e639109
commit
a40823de43
@ -49,7 +49,7 @@ class LntxbotWallet(Wallet):
|
||||
|
||||
data = r.json()
|
||||
|
||||
if "preimage" not in data or not data["preimage"]:
|
||||
if "preimage" not in data:
|
||||
return PaymentStatus(False)
|
||||
|
||||
return PaymentStatus(True)
|
||||
|
Loading…
Reference in New Issue
Block a user