mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 20:42:32 +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:
|
async def cancel_hold_invoice(self, payment_hash: str) -> InvoiceResponse:
|
||||||
raise UnsupportedError()
|
raise UnsupportedError()
|
||||||
|
|
||||||
async def hold_invoices_stream(
|
def hold_invoices_stream(
|
||||||
self, payment_hash: str, webhook: str
|
self, payment_hash: str, webhook: str
|
||||||
) -> AsyncGenerator[str, None]:
|
) -> AsyncGenerator[str, None]:
|
||||||
raise UnsupportedError()
|
raise UnsupportedError()
|
||||||
|
Reference in New Issue
Block a user