added more instructions

This commit is contained in:
Believethehype
2023-11-19 21:21:55 +01:00
parent b201384c02
commit 05df069781
2 changed files with 12 additions and 6 deletions

View File

@@ -53,7 +53,6 @@ def check_bolt11_ln_bits_is_paid(payment_hash, config):
obj = json.loads(res.text)
return obj["paid"]
except Exception as e:
#print("Exception checking invoice is paid:" + e)
return None