diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index d048f9ca..2ea8b70b 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -1163,7 +1163,7 @@ class ElectrumWindow(QMainWindow): menu.addAction(_("Send From"), lambda: self.send_from_addresses(addrs)) - run_hook('receive_menu', menu, addr) + run_hook('receive_menu', menu, addrs) menu.exec_(self.receive_list.viewport().mapToGlobal(position))