Skip to content

Commit

Permalink
fix broken link for tag, boltcard -> boltcards (name of the extension) (
Browse files Browse the repository at this point in the history
#9)

Co-authored-by: Jan Dvorak <jan.dvorak@xorux.com>
  • Loading branch information
gorrdy and Jan Dvorak authored Jul 17, 2023
1 parent 5316b04 commit a5b7236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a5b7236

Please sign in to comment.