mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +02:00
fixup!
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user