Browse Source

Update lntxbot.py

Login
Arc 5 years ago
committed by GitHub
parent
commit
a40823de43
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnbits/wallets/lntxbot.py

2
lnbits/wallets/lntxbot.py

@ -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…
Cancel
Save