Skip to content

Commit

Permalink
readd invoice dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 7, 2024
1 parent f9dace8 commit 5fe201b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cashu/mint/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ async def invoice_listener(self, backend: LightningBackend) -> None:

async def invoice_callback_dispatcher(self, checking_id: str) -> None:
logger.debug(f"Invoice callback dispatcher: {checking_id}")
return
async with self.db.get_connection(
lock_table="mint_quotes",
lock_select_statement=f"checking_id='{checking_id}'",
Expand Down

0 comments on commit 5fe201b

Please sign in to comment.