electrum

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

commit 375885deb32bfeb351213e1a9ea28d9aa1bae8c3
parent b8328da99ffa4e0638c22ce9f86ce924a202b819
Author: ThomasV <thomasv@electrum.org>
Date:   Sat, 17 Dec 2016 13:15:20 +0100

plot: remove unused label from loop

Diffstat:
Mplugins/plot/qt.py | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/plugins/plot/qt.py b/plugins/plot/qt.py @@ -65,12 +65,6 @@ class Plugin(BasePlugin): pending_trans += 1 value_val.append(1000.*value/COIN) - if tx_hash: - label = wallet.get_label(tx_hash) - label = label.encode('utf-8') - else: - label = "" - f, axarr = plt.subplots(2, sharex=True)