From 5fe201bca06d09374d6fdb3af64591b18ff97ec9 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:55:58 +0200 Subject: [PATCH] readd invoice dispatcher --- cashu/mint/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cashu/mint/tasks.py b/cashu/mint/tasks.py index 87d409e5..1a466977 100644 --- a/cashu/mint/tasks.py +++ b/cashu/mint/tasks.py @@ -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}'",