diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index ee6cdb212..7c3839917 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -1711,7 +1711,7 @@ class ElectrumWindow(QMainWindow): elif i == 1: self.invoices_list.filter(t, 1) elif i == 2: - self.receive_list.filter(t, 2) + self.receive_list.filter(t, 3) elif i == 3: self.address_list.filter(t, 1) elif i == 4: