lighningd payment stream not working

This commit is contained in:
benarc 2021-11-03 15:24:24 +00:00
parent c1d6d3eee6
commit 13bec714d5

View File

@ -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: