Update lntxbot.py

This commit is contained in:
Arc 2020-05-09 17:29:24 +01:00 committed by GitHub
parent 171e639109
commit a40823de43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)