overengineered async fix for /lnurlwallet internal hanging.

This commit is contained in:
fiatjaf
2020-09-29 18:24:08 -03:00
parent e0b8470d40
commit 211ac0391b
7 changed files with 92 additions and 76 deletions
-2
View File
@@ -152,8 +152,6 @@ async def api_lnurl_multi_response(unique_hash, id_unique_hash):
found = True
else:
usescsv += "," + x
print(x)
print("usescsv: " + usescsv)
if not found:
return jsonify({"status": "ERROR", "reason": "LNURL-withdraw not found."}), HTTPStatus.OK