mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
lighningd payment stream not working
This commit is contained in:
parent
c1d6d3eee6
commit
13bec714d5
@ -115,7 +115,7 @@ class CLightningWallet(Wallet):
|
||||
raise KeyError("supplied an invalid checking_id")
|
||||
|
||||
async def paid_invoices_stream(self) -> AsyncGenerator[str, None]:
|
||||
stream = await asyncio.open_unix_socket(self.rpc)
|
||||
stream = await asyncio.open_unix_connection(self.rpc)
|
||||
|
||||
i = 0
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user