fix broken link for tag, boltcard -> boltcards (name of the extension) (#9)
Co-authored-by: Jan Dvorak <jan.dvorak@xorux.com>
This commit is contained in:
parent
5316b04687
commit
a5b7236117
1 changed files with 1 additions and 1 deletions
2
lnurl.py
2
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue