mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
Update __init__.py
This commit is contained in:
parent
78e7e638c8
commit
044901b598
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user