Skip to content

Commit 424695a

Browse files
committed
Remove todo
1 parent 4caf83b commit 424695a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

quorra/routers/lnurlauth.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ async def ln_authenticate(session: SessionDep, k1: str, tag: str, sig: str, key:
121121
def qr_gen(rq: Transaction) -> QRDataResponse:
122122
"""Generates a QR code for the frontend"""
123123
tx = Transaction.load(rq.tx_type.value, rq.tx_id)
124-
# TODO: Fill in the appropriate action based on the transaction type
125-
# TODO: Select the right endpoint based on the TX type
126124
if tx.tx_type is TransactionTypes.ln_oidc_login:
127125
endpoint = "authenticate"
128126
action = "login"

0 commit comments

Comments
 (0)