diff --git a/migrations.py b/migrations.py index f5711de..66ce5c6 100644 --- a/migrations.py +++ b/migrations.py @@ -181,4 +181,3 @@ async def m010_add_pay_link_domain(db): Add domain to pay links """ await db.execute("ALTER TABLE lnurlp.pay_links ADD COLUMN domain TEXT;") - diff --git a/templates/lnurlp/index.html b/templates/lnurlp/index.html index 1460d75..9723be2 100644 --- a/templates/lnurlp/index.html +++ b/templates/lnurlp/index.html @@ -25,9 +25,9 @@ {% raw %}