diff --git a/lnbits/extensions/copilot/lnurl.py b/lnbits/extensions/copilot/lnurl.py index afc74fb97..0a10e29bc 100644 --- a/lnbits/extensions/copilot/lnurl.py +++ b/lnbits/extensions/copilot/lnurl.py @@ -13,7 +13,6 @@ from .crud import get_copilot @copilot_ext.route("/lnurl/", methods=["GET"]) async def lnurl_response(cp_id): cp = await get_copilot(cp_id) - print(cp) if not cp: return jsonify({"status": "ERROR", "reason": "Copilot not found."}) @@ -47,7 +46,7 @@ async def lnurl_callback(cp_id): ).dict() ), ) - elif amount_received / 1000 > 50000000: + elif amount_received / 1000 > 10000000: return ( jsonify( LnurlErrorResponse( diff --git a/lnbits/extensions/copilot/templates/copilot/index.html b/lnbits/extensions/copilot/templates/copilot/index.html index 9b94b244a..85bb86dda 100644 --- a/lnbits/extensions/copilot/templates/copilot/index.html +++ b/lnbits/extensions/copilot/templates/copilot/index.html @@ -223,7 +223,10 @@ > -
+
-
+