Browse Source

request_list: do not mention that ln invoice is bolt-11

regtest_lnd
Janus 6 years ago
committed by SomberNight
parent
commit
bbc5ae1f94
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/gui/qt/request_list.py

2
electrum/gui/qt/request_list.py

@ -202,5 +202,5 @@ class RequestList(MyTreeView):
run_hook('receive_list_menu', menu, addr)
def create_menu_ln_payreq(self, menu, payreq_key, req):
menu.addAction(_("Copy BOLT-11 Lightning invoice"), lambda: self.parent.view_and_paste('Invoice', '', req))
menu.addAction(_("Copy Lightning invoice"), lambda: self.parent.view_and_paste('Invoice', '', req))
menu.addAction(_("Delete"), lambda: self.parent.delete_lightning_payreq(payreq_key))

Loading…
Cancel
Save