fix: Infinite invoice listener loop with VoidWallet (#4061)

This commit is contained in:
blackcoffeexbt
2026-07-15 21:33:48 +03:00
committed by GitHub
parent 53a1ae5e53
commit 09c6e7239d
-5
View File
@@ -1,5 +1,3 @@
from collections.abc import AsyncGenerator
from loguru import logger
from .base import (
@@ -40,6 +38,3 @@ class VoidWallet(Wallet):
async def get_payment_status(self, *_, **__) -> PaymentStatus:
return PaymentPendingStatus()
async def paid_invoices_stream(self) -> AsyncGenerator[str, None]:
yield ""