mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-02 08:58:33 +02:00
fix typo in view api.py (#933)
This commit is contained in:
parent
88d38f7294
commit
5fecb02b8d
@ -378,7 +378,7 @@ async def subscribe(request: Request, wallet: Wallet):
|
||||
while True:
|
||||
payment: Payment = await payment_queue.get()
|
||||
if payment.wallet_id == this_wallet_id:
|
||||
logger.debug("payment receieved", payment)
|
||||
logger.debug("payment received", payment)
|
||||
await send_queue.put(("payment-received", payment))
|
||||
|
||||
asyncio.create_task(payment_received())
|
||||
|
Loading…
x
Reference in New Issue
Block a user