Update __init__.py

This commit is contained in:
Arc 2020-01-29 20:28:24 +00:00 committed by GitHub
parent 78e7e638c8
commit 044901b598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -611,7 +611,7 @@ def api_lnurlwithdraw(rand):
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()
if "ERROR" in r_json: