diff --git a/electrum/gui/qt/contact_list.py b/electrum/gui/qt/contact_list.py index a4c7b76d6..02fdc621d 100644 --- a/electrum/gui/qt/contact_list.py +++ b/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