{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block scripts %} {{ window_vars(user, wallet) }} {% endblock %} {% block title %} {{ wallet.name }} - {{ SITE_TITLE }} {% endblock %} {% block page %}
{{receive.lnurl.domain}} is requesting an invoice:
{% endraw %} {% if LNBITS_DENOMINATION != 'sats' %}
: {{
parse.invoice.description }}
Expire date: {{ parse.invoice.expireDate }}
Hash: {{ parse.invoice.hash }}
Authenticate with {{ parse.lnurlauth.domain }}?
For every website and for every LNbits wallet, a new keypair will be deterministically generated so your identity can't be tied to your LNbits wallet or linked across websites. No other data will be shared with {{ parse.lnurlauth.domain }}.
Your public key for {{ parse.lnurlauth.domain }} is:
{{ parse.lnurlauth.pubkey }}
{{ parse.lnurlpay.domain }} is requesting {{
parse.lnurlpay.maxSendable | msatoshiFormat }}
{{LNBITS_DENOMINATION}}
and a {{parse.lnurlpay.commentAllowed}}-char comment
{{ parse.lnurlpay.targetUser || parse.lnurlpay.domain }}
is requesting
between
{{ parse.lnurlpay.minSendable | msatoshiFormat }} and
{{ parse.lnurlpay.maxSendable | msatoshiFormat }}
{% endraw %} {{LNBITS_DENOMINATION}} {% raw %}
and a {{parse.lnurlpay.commentAllowed}}-char comment
{{ parse.lnurlpay.description }}