tfix get_label in plot.py - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 59343ec6ec2c9de979ecaa9182818afa45c6616f DIR parent 97c443a86d908d1ee5558d9da372a7b191bbd689 HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 6 Jan 2016 10:32:58 +0100 fix get_label in plot.py Diffstat: M plugins/plot/qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/plugins/plot/qt.py b/plugins/plot/qt.py t@@ -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 = ""