1
0

lnworker: minor clean-up re payment_completed

This commit is contained in:
SomberNight
2019-02-26 16:31:09 +01:00
committed by ThomasV
parent 11c0c0d5a1
commit 962628ac3d
3 changed files with 12 additions and 8 deletions

View File

@@ -178,7 +178,7 @@ class RequestList(MyTreeView):
if request_type == REQUEST_TYPE_BITCOIN:
req = self.wallet.receive_requests.get(addr)
elif request_type == REQUEST_TYPE_LN:
req = self.wallet.lnworker.invoices[addr][1]
req = self.wallet.lnworker.invoices[addr][0]
if req is None:
self.update()
return