Browse Source

minor: fix #7789

patch-4
ThomasV 3 years ago
parent
commit
1f7ada3486
  1. 2
      electrum/gui/qt/contact_list.py

2
electrum/gui/qt/contact_list.py

@ -123,7 +123,7 @@ class ContactList(MyTreeView):
self.filter()
run_hook('update_contacts_tab', self)
def refresh_row(self, key):
def refresh_row(self, key, row):
# nothing to update here
pass

Loading…
Cancel
Save