plot: remove unused label from loop
This commit is contained in:
parent
b8328da99f
commit
375885deb3
@ -65,12 +65,6 @@ class Plugin(BasePlugin):
|
|||||||
pending_trans += 1
|
pending_trans += 1
|
||||||
|
|
||||||
value_val.append(1000.*value/COIN)
|
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)
|
f, axarr = plt.subplots(2, sharex=True)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user