Browse Source

Add addr value to receive menu hook

283
tkhaew 11 years ago
parent
commit
9d4b564fc3
  1. 2
      gui/qt/main_window.py

2
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)
run_hook('receive_menu', menu, addr)
menu.exec_(self.receive_list.viewport().mapToGlobal(position))

Loading…
Cancel
Save