SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/gui/qt/invoice_list.py
|
|
@ -78,7 +78,7 @@ class InvoiceList(MyTreeView): |
|
|
|
self.update() |
|
|
|
|
|
|
|
def update_item(self, key, req): |
|
|
|
model = self.model() |
|
|
|
model = self.std_model |
|
|
|
for row in range(0, model.rowCount()): |
|
|
|
item = model.item(row, 0) |
|
|
|
if item.data(ROLE_REQUEST_ID) == key: |
|
|
|