mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix varname
This commit is contained in:
parent
89a1b48ba1
commit
5f802aa69d
1 changed files with 1 additions and 1 deletions
|
@ -1213,7 +1213,7 @@ class ElectrumWindow(QMainWindow):
|
|||
run_hook('create_contact_menu', menu, item)
|
||||
menu.exec_(self.contacts_list.viewport().mapToGlobal(position))
|
||||
|
||||
def delete_invoice(self, item):
|
||||
def delete_invoice(self, key):
|
||||
self.invoices.pop(key)
|
||||
self.wallet.storage.put('invoices', self.invoices)
|
||||
self.update_invoices_tab()
|
||||
|
|
Loading…
Add table
Reference in a new issue