We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0484492 commit c245538Copy full SHA for c245538
pylnbits/lnurl_w.py
@@ -60,7 +60,7 @@ async def get_withdrawlink(self, withdraw_id: str):
60
"""
61
try:
62
path = self._lnbits_url + self._upath + "/" + withdraw_id
63
- res = await get_url(self._session, path, self._invoice_headers)
+ res = await get_url_resp(self._session, path, self._invoice_headers)
64
return res
65
except Exception as e:
66
logger.info(e)
0 commit comments