electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 59343ec6ec2c9de979ecaa9182818afa45c6616f
parent 97c443a86d908d1ee5558d9da372a7b191bbd689
Author: ThomasV <thomasv@electrum.org>
Date:   Wed,  6 Jan 2016 10:32:58 +0100

fix get_label in plot.py

Diffstat:
Mplugins/plot/qt.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 = ""