From a5b72361174e1c5d36c29ec40f7883cc1c92b369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dvo=C5=99=C3=A1k?= <80678558+gorrdy@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:09:48 +0200 Subject: [PATCH] fix broken link for tag, boltcard -> boltcards (name of the extension) (#9) Co-authored-by: Jan Dvorak --- lnurl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnurl.py b/lnurl.py index 82cbccb..e3ac7f1 100644 --- a/lnurl.py +++ b/lnurl.py @@ -125,7 +125,7 @@ async def lnurl_callback( wallet_id=card.wallet, payment_request=pr, max_sat=card.tx_limit, - extra={"tag": "boltcard", "hit": hit.id}, + extra={"tag": "boltcards", "hit": hit.id}, ) return {"status": "OK"} except Exception as exc: