feat: add landing page

This commit is contained in:
Vlad Stan 2023-02-28 10:39:11 +02:00
parent 1a458ee757
commit b1d0c5c475
2 changed files with 55 additions and 2 deletions

View file

@ -21,7 +21,7 @@ async def wait_for_paid_invoices():
async def on_invoice_paid(payment: Payment) -> None:
if payment.extra.get("tag") != "market":
if payment.extra.get("tag") != "nostrmarket":
return
print("### on_invoice_paid")