mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-27 12:26:19 +02:00
Update lntxbot.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user