This commit is contained in:
dni ⚡
2025-07-09 10:21:48 +02:00
parent b818619861
commit cd1c2ff54e

View File

@@ -159,7 +159,7 @@ class Wallet(ABC):
async def cancel_hold_invoice(self, payment_hash: str) -> InvoiceResponse:
raise UnsupportedError()
async def hold_invoices_stream(
def hold_invoices_stream(
self, payment_hash: str, webhook: str
) -> AsyncGenerator[str, None]:
raise UnsupportedError()