fix: Infinite invoice listener loop with VoidWallet (#4061)
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
from collections.abc import AsyncGenerator
|
|
||||||
|
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
|
|
||||||
from .base import (
|
from .base import (
|
||||||
@@ -40,6 +38,3 @@ class VoidWallet(Wallet):
|
|||||||
|
|
||||||
async def get_payment_status(self, *_, **__) -> PaymentStatus:
|
async def get_payment_status(self, *_, **__) -> PaymentStatus:
|
||||||
return PaymentPendingStatus()
|
return PaymentPendingStatus()
|
||||||
|
|
||||||
async def paid_invoices_stream(self) -> AsyncGenerator[str, None]:
|
|
||||||
yield ""
|
|
||||||
|
|||||||
Reference in New Issue
Block a user