Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lnbits/__init__.py
|
@ -611,7 +611,7 @@ def api_lnurlwithdraw(rand): |
|
|
|
|
|
|
|
|
data = {'payment_request': pr} |
|
|
data = {'payment_request': pr} |
|
|
|
|
|
|
|
|
r = requests.post(url = "https://zapped.ngrok.io/v1/channels/transactions", headers=header, data=json.dumps(data)) |
|
|
r = requests.post(url = "https://lnbits.com/v1/channels/transactions", headers=header, data=json.dumps(data)) |
|
|
|
|
|
|
|
|
r_json=r.json() |
|
|
r_json=r.json() |
|
|
if "ERROR" in r_json: |
|
|
if "ERROR" in r_json: |
|
|