removed print
This commit is contained in:
parent
31beec4f48
commit
4408f30285
1 changed files with 0 additions and 1 deletions
|
|
@ -466,7 +466,6 @@ async def api_lnurlscan(code: str):
|
||||||
@core_app.post("/api/v1/payments/decode")
|
@core_app.post("/api/v1/payments/decode")
|
||||||
async def api_payments_decode(data: str = Query(None)):
|
async def api_payments_decode(data: str = Query(None)):
|
||||||
try:
|
try:
|
||||||
print(data["data"][:5])
|
|
||||||
if data["data"][:5] == "LNURL":
|
if data["data"][:5] == "LNURL":
|
||||||
url = lnurl.decode(data["data"])
|
url = lnurl.decode(data["data"])
|
||||||
return {"domain": url}
|
return {"domain": url}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue