mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix get_label in plot.py
This commit is contained in:
parent
97c443a86d
commit
59343ec6ec
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class Plugin(BasePlugin):
|
|||
|
||||
value_val.append(1000.*value/COIN)
|
||||
if tx_hash:
|
||||
label, is_default_label = wallet.get_label(tx_hash)
|
||||
label = wallet.get_label(tx_hash)
|
||||
label = label.encode('utf-8')
|
||||
else:
|
||||
label = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue