mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 20:16:29 +01:00
added more instructions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user