mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-11 04:52:34 +02:00
api docs
This commit is contained in:
@@ -123,7 +123,4 @@ async def api_hash_retrieve(the_hash, lnurl_id):
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user