mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
fix
This commit is contained in:
parent
47c491624e
commit
e666a2f8a4
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ class ElectrumWindow(QMainWindow):
|
||||||
else:
|
else:
|
||||||
print_error('invoice already in list')
|
print_error('invoice already in list')
|
||||||
|
|
||||||
status = self.invoices[pr_id][3]
|
status = self.invoices[pr_id][4]
|
||||||
if status == PR_PAID:
|
if status == PR_PAID:
|
||||||
self.do_clear()
|
self.do_clear()
|
||||||
self.show_message("invoice already paid")
|
self.show_message("invoice already paid")
|
||||||
|
|
Loading…
Add table
Reference in a new issue