{% extends "public.html" %} {% block page %}
{% if link.is_spent %} Withdraw is spent. {% endif %}
Copy LNURL
LNbits LNURL-withdraw link

Use a LNURL compatible bitcoin wallet to claim the sats.

{% include "withdraw/_lnurl.html" %}
{% endblock %} {% block scripts %} {% endblock %}