mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
kivy: minor fix
This commit is contained in:
parent
50fdc6fe4e
commit
cbeaa52101
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ class InvoicesScreen(CScreen):
|
||||||
amount = pr.get_amount()
|
amount = pr.get_amount()
|
||||||
if amount:
|
if amount:
|
||||||
ci.amount = self.app.format_amount_and_units(amount)
|
ci.amount = self.app.format_amount_and_units(amount)
|
||||||
status = self.app.invoices.get_status(ci.key)
|
status = self.app.wallet.invoices.get_status(ci.key)
|
||||||
ci.status = invoice_text[status]
|
ci.status = invoice_text[status]
|
||||||
ci.icon = pr_icon[status]
|
ci.icon = pr_icon[status]
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue