mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01:00
fix typo in view api.py (#933)
This commit is contained in:
parent
88d38f7294
commit
5fecb02b8d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue