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:
Jan Dvořák 2023-07-17 16:09:48 +02:00 committed by GitHub
commit a5b7236117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: