From 59343ec6ec2c9de979ecaa9182818afa45c6616f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 6 Jan 2016 10:32:58 +0100 Subject: [PATCH] fix get_label in plot.py --- plugins/plot/qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plot/qt.py b/plugins/plot/qt.py index 6aae31f0..a455a4a2 100644 --- a/plugins/plot/qt.py +++ b/plugins/plot/qt.py @@ -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 = ""