From 1f7ada3486cd39da6de9308c5f048fce1aeea8fd Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 28 Apr 2022 15:26:20 +0200 Subject: [PATCH] minor: fix #7789 --- electrum/gui/qt/contact_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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