api docs
This commit is contained in:
parent
422298948c
commit
66cde0154b
1 changed files with 0 additions and 3 deletions
|
|
@ -122,8 +122,5 @@ async def api_hash_retrieve(the_hash, lnurl_id):
|
||||||
if not hashCheck:
|
if not hashCheck:
|
||||||
hashCheck = await create_hash_check(the_hash, lnurl_id)
|
hashCheck = await create_hash_check(the_hash, lnurl_id)
|
||||||
return jsonify({"status": False}), HTTPStatus.OK
|
return jsonify({"status": False}), HTTPStatus.OK
|
||||||
|
|
||||||
if link.wallet != g.wallet.id:
|
|
||||||
return jsonify({"status": True}), HTTPStatus.OK
|
|
||||||
|
|
||||||
return jsonify({"status": True}), HTTPStatus.OK
|
return jsonify({"status": True}), HTTPStatus.OK
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue