lighningd payment stream not working
This commit is contained in:
parent
c1d6d3eee6
commit
13bec714d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue